mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: Add rust-lazy-static-0.1.
* gnu/packages/crates-io.scm (rust-lazy-static-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
192363333d
commit
d20c6d3d01
1 changed files with 16 additions and 0 deletions
|
@ -6366,6 +6366,22 @@ requires non-const function calls to be computed.")
|
|||
(("rust-compiletest-rs" ,rust-compiletest-rs-0.3)
|
||||
("rust-spin" ,rust-spin-0.4))))))
|
||||
|
||||
(define-public rust-lazy-static-0.1
|
||||
(package
|
||||
(inherit rust-lazy-static-0.2)
|
||||
(name "rust-lazy-static")
|
||||
(version "0.1.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "lazy_static" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05vl1h4b0iv800grsdyc3fg2bq29p70wjav6zpjvxxd5i8d6s66g"))))
|
||||
(arguments '())))
|
||||
|
||||
(define-public rust-lazycell-1.2
|
||||
(package
|
||||
(name "rust-lazycell")
|
||||
|
|
Loading…
Reference in a new issue