File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff 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")
You can’t perform that action at this time.
0 commit comments