[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
220/299: gnu: Add rust-once-cell-1.2.
From: |
guix-commits |
Subject: |
220/299: gnu: Add rust-once-cell-1.2. |
Date: |
Thu, 2 Jan 2020 13:19:50 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 1e09c20bfd02de628295a6baeb43403ec48da2cc
Author: John Soo <address@hidden>
Date: Thu Dec 19 09:57:16 2019 -0800
gnu: Add rust-once-cell-1.2.
* gnu/packages/crates-io.scm (rust-once-cell-1.2): New variable.
Signed-off-by: Efraim Flashner <address@hidden>
---
gnu/packages/crates-io.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 18b6f81..8c074d0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -5457,6 +5457,34 @@ slices (@code{.find()}, @code{RevSlice}), strings and
other things.
Things in odds may move to more appropriate crates if we find them.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-once-cell-1.2
+ (package
+ (name "rust-once-cell")
+ (version "1.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "once-cell" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1vdz8xlg3r05w3wfjimnc347hgm54i5nrqf72r4mlp0fcdplh7w9"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-parking-lot" ,rust-parking-lot-0.9))
+ #:cargo-development-inputs
+ (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6)
+ ("rust-lazy-static" ,rust-lazy-static-1.3)
+ ("rust-regex" ,rust-regex-1.1))))
+ (home-page "https://github.com/matklad/once_cell")
+ (synopsis "Single assignment cells and lazy values")
+ (description
+ "Single assignment cells and lazy values.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-opaque-debug-0.2
(package
(name "rust-opaque-debug")
- 249/299: gnu: Add rust-signal-hook-registry-1.0., (continued)
- 249/299: gnu: Add rust-signal-hook-registry-1.0., guix-commits, 2020/01/02
- 260/299: gnu: Add rust-futf-0.1., guix-commits, 2020/01/02
- 275/299: gnu: rust-wasm-bindgen-test-macro-0.2: Skip build., guix-commits, 2020/01/02
- 274/299: gnu: rust-wasm-bindgen-shared-0.2: Skip build., guix-commits, 2020/01/02
- 290/299: gnu: rust-regex-syntax-0.6: Skip build., guix-commits, 2020/01/02
- 286/299: gnu: rust-clippy-0.0: Build with rust-term-0.5., guix-commits, 2020/01/02
- 292/299: gnu: rust-log-0.4: Skip build., guix-commits, 2020/01/02
- 289/299: gnu: rust-termcolor-1.0: Skip build., guix-commits, 2020/01/02
- 298/299: gnu: rust-rand-0.4: Update to 0.4.6., guix-commits, 2020/01/02
- 208/299: gnu: Add rust-ignore-0.4., guix-commits, 2020/01/02
- 220/299: gnu: Add rust-once-cell-1.2.,
guix-commits <=
- 230/299: gnu: Add rust-shared-child-0.3., guix-commits, 2020/01/02
- 235/299: gnu: Add rust-phf-0.7., guix-commits, 2020/01/02
- 246/299: gnu: Add rust-pulldown-cmark-0.4., guix-commits, 2020/01/02
- 247/299: gnu: Add rust-model-0.1., guix-commits, 2020/01/02
- 268/299: gnu: Add rust-version-sync-0.8., guix-commits, 2020/01/02
- 271/299: gnu: rust-rand-core-0.3: Skip build., guix-commits, 2020/01/02
- 269/299: gnu: Add ripgrep., guix-commits, 2020/01/02
- 278/299: gnu: rust-winapi-0.3: Skip build., guix-commits, 2020/01/02
- 283/299: gnu: rust-ws2-32-sys-0.2: Skip build., guix-commits, 2020/01/02
- 284/299: gnu: rust-cbindgen: Move to rust-apps.scm, guix-commits, 2020/01/02