mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-runtime-native-0.3: Don't skip build.
* gnu/packages/crates-io.scm (rust-runtime-native-0.3)[arguments]: Don't skip the build. Change-Id: I227504a4cd1c44bf8dbdbb209280c1e5f6fb5535
This commit is contained in:
parent
57ad86df58
commit
8760974a43
1 changed files with 1 additions and 2 deletions
|
@ -62745,8 +62745,7 @@ (define-public rust-runtime-native-0.3
|
|||
(base32 "1h6cp6c3wr3rmix01mfxm5vy5d6xai60qap711ylv5dzr53a8rv8"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-async-datagram" ,rust-async-datagram-3)
|
||||
("rust-futures" ,rust-futures-0.1)
|
||||
("rust-futures-preview" ,rust-futures-preview-0.3)
|
||||
|
|
Loading…
Reference in a new issue