mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
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:
parent
6de81dd2d8
commit
07bf6cbc49
1 changed files with 2 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue