me
/
guix
Archived
1
0
Fork 0

gnu: rust-flame-0.2: Don't skip build.

* gnu/packages/crates-io.scm (rust-flame-0.2)[arguments]: Don't skip
build. Replace rust-lazy-static-1 with 0.2 in cargo-inputs.
master
Efraim Flashner 2020-02-29 22:05:02 +02:00
parent 107afd67a2
commit 7239682f5a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -4975,9 +4975,8 @@ cross platform API.")
"0c5bmhyimzxch3pmh0w3z9n57saasgix4bmbbksr9vp1c5j71hhz")))) "0c5bmhyimzxch3pmh0w3z9n57saasgix4bmbbksr9vp1c5j71hhz"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs
#:cargo-inputs (("rust-lazy-static" ,rust-lazy-static-0.2)
(("rust-lazy-static" ,rust-lazy-static-1)
("rust-serde" ,rust-serde-1.0) ("rust-serde" ,rust-serde-1.0)
("rust-serde-derive" ,rust-serde-derive-1.0) ("rust-serde-derive" ,rust-serde-derive-1.0)
("rust-serde-json" ,rust-serde-json-1.0) ("rust-serde-json" ,rust-serde-json-1.0)