gnu: rust-futures-util-preview-0.3: Don't skip build.

* gnu/packages/crates-io.scm (rust-futures-util-preview-0.3)[arguments]:
Don't skip build. Skip tests. Replace rust-rand-0.4 with 0.7 in
cargo-inputs. Remove rust-rand-core-0.5.
This commit is contained in:
Efraim Flashner 2020-03-18 22:50:02 +02:00
parent 6de81dd2d8
commit 07bf6cbc49
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6031,7 +6031,7 @@ (define-public rust-futures-util-preview-0.3
"0kizm86wgr5qldyavskfi0r1msg6m4x2pkj0d4r04br2ig29i0dg"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
`(#:tests? #f
#:cargo-inputs
(("rust-futures" ,rust-futures-0.1)
("rust-futures-channel-preview" ,rust-futures-channel-preview-0.3)
@ -6044,8 +6044,7 @@ (define-public rust-futures-util-preview-0.3
("rust-pin-utils" ,rust-pin-utils-0.1)
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
("rust-proc-macro-nested" ,rust-proc-macro-nested-0.1)
("rust-rand" ,rust-rand-0.4)
("rust-rand-core" ,rust-rand-core-0.5)
("rust-rand" ,rust-rand-0.7)
("rust-slab" ,rust-slab-0.4)
("rust-tokio-io" ,rust-tokio-io-0.1))))
(home-page "https://github.com/rust-lang/futures-rs")