mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-rand-xoshiro-0.1: Don't skip build.
* gnu/packages/crates-io.scm (rust-rand-xoshiro-0.1)[arguments]: Don't skip build.
This commit is contained in:
parent
2e87855bc3
commit
bafc0a04f5
1 changed files with 1 additions and 2 deletions
|
@ -10341,8 +10341,7 @@ (define-public rust-rand-xoshiro-0.1
|
|||
"0ac9ha6ll8b6l1930bd99k29jrjpsbpddvr6ycrnbi5rkwb1id03"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-byteorder" ,rust-byteorder-1.3)
|
||||
("rust-rand-core" ,rust-rand-core-0.3))
|
||||
#:cargo-development-inputs
|
||||
|
|
Loading…
Reference in a new issue