Skip to content

Commit 1923633

Browse files
valignatevMillak
authored andcommitted
gnu: Add rust-lazy-static-0.2.
* gnu/packages/crates-io.scm (rust-lazy-static-0.2): New variable. Signed-off-by: Efraim Flashner <[email protected]>
1 parent f8d773f commit 1923633

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

gnu/packages/crates-io.scm

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6346,6 +6346,26 @@ requires non-const function calls to be computed.")
63466346
(arguments
63476347
`(#:cargo-inputs (("rust-spin" ,rust-spin-0.5))))))
63486348

6349+
(define-public rust-lazy-static-0.2
6350+
(package
6351+
(inherit rust-lazy-static-1.4)
6352+
(name "rust-lazy-static")
6353+
(version "0.2.11")
6354+
(source
6355+
(origin
6356+
(method url-fetch)
6357+
(uri (crate-uri "lazy_static" version))
6358+
(file-name
6359+
(string-append name "-" version ".tar.gz"))
6360+
(sha256
6361+
(base32
6362+
"0wxy8vak7jsx6r8gx475pjqpx11p2bfq4wvw6idmqi31mp3k7w3n"))))
6363+
(arguments
6364+
`(#:tests? #f ; Tests fail to compile.
6365+
#:cargo-inputs
6366+
(("rust-compiletest-rs" ,rust-compiletest-rs-0.3)
6367+
("rust-spin" ,rust-spin-0.4))))))
6368+
63496369
(define-public rust-lazycell-1.2
63506370
(package
63516371
(name "rust-lazycell")

0 commit comments

Comments
 (0)