mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-lazy-static-0.2.
* gnu/packages/crates-io.scm (rust-lazy-static-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
f8d773f433
commit
192363333d
1 changed files with 20 additions and 0 deletions
|
@ -6346,6 +6346,26 @@ requires non-const function calls to be computed.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-spin" ,rust-spin-0.5))))))
|
`(#:cargo-inputs (("rust-spin" ,rust-spin-0.5))))))
|
||||||
|
|
||||||
|
(define-public rust-lazy-static-0.2
|
||||||
|
(package
|
||||||
|
(inherit rust-lazy-static-1.4)
|
||||||
|
(name "rust-lazy-static")
|
||||||
|
(version "0.2.11")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "lazy_static" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0wxy8vak7jsx6r8gx475pjqpx11p2bfq4wvw6idmqi31mp3k7w3n"))))
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f ; Tests fail to compile.
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-compiletest-rs" ,rust-compiletest-rs-0.3)
|
||||||
|
("rust-spin" ,rust-spin-0.4))))))
|
||||||
|
|
||||||
(define-public rust-lazycell-1.2
|
(define-public rust-lazycell-1.2
|
||||||
(package
|
(package
|
||||||
(name "rust-lazycell")
|
(name "rust-lazycell")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue