mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: rust-quickcheck-0.6: Don't skip build.
* gnu/packages/crates-io.scm (rust-quickcheck-0.6)[arguments]: Don't skip build.
This commit is contained in:
parent
767a26bd43
commit
3e374e8d54
1 changed files with 1 additions and 2 deletions
|
@ -9763,8 +9763,7 @@ integers, floats, tuples, booleans, lists, strings, options and results.")
|
|||
(base32
|
||||
"1dyazm2fcq0v9fscq1a7597zsvdl9f0j8c2bfj1jm2nlzz2sn6y0"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-env-logger" ,rust-env-logger-0.5)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-rand" ,rust-rand-0.4))))))
|
||||
|
|
Loading…
Reference in a new issue