me
/
guix
Archived
1
0
Fork 0

gnu: rust-quickcheck-0.8: Don't skip build.

* gnu/packages/crates-io.scm (rust-quichcheck-0.8)[arguments]: Don't
skip build. Replace rust-rand-0.4 with 0.6, rust-rand-core-0.5 with 0.4
in cargo-inputs.
master
Efraim Flashner 2020-02-11 21:31:22 +02:00
parent e351bfa882
commit 8940cfa211
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 4 deletions

View File

@ -9073,12 +9073,11 @@ to write.")
"0mkl4wnvvjk4m32aq3an4ayfyvnmbxnzcybfm7n3fbsndb1xjdcw"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-env-logger" ,rust-env-logger-0.6)
("rust-log" ,rust-log-0.4)
("rust-rand" ,rust-rand-0.4)
("rust-rand-core" ,rust-rand-core-0.5))))
("rust-rand" ,rust-rand-0.6)
("rust-rand-core" ,rust-rand-core-0.4))))
(home-page
"https://github.com/BurntSushi/quickcheck")
(synopsis