me
/
guix
Archived
1
0
Fork 0

gnu: rust-loom-0.1: Don't skip build.

* gnu/packages/crates-io.scm (rust-loom-0.1)[arguments]: Don't skip
build. Replace rust-scoped-tls-1.0 with 0.1 in cargo-inputs.
master
Efraim Flashner 2020-02-29 20:47:39 +02:00
parent 5666f1f784
commit 4b7e3ba020
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -8814,12 +8814,11 @@ functions and static variables these libraries contain.")
"1jmp5mffwwyqgp914cwz92ij2s6vk1hsnkvgndvzw74xrcfraibj")))) "1jmp5mffwwyqgp914cwz92ij2s6vk1hsnkvgndvzw74xrcfraibj"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs
#:cargo-inputs
(("rust-cfg-if" ,rust-cfg-if-0.1) (("rust-cfg-if" ,rust-cfg-if-0.1)
("rust-futures" ,rust-futures-0.1) ("rust-futures" ,rust-futures-0.1)
("rust-generator" ,rust-generator-0.6) ("rust-generator" ,rust-generator-0.6)
("rust-scoped-tls" ,rust-scoped-tls-1.0) ("rust-scoped-tls" ,rust-scoped-tls-0.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))))