gnu: rust-rand-hc-0.1: Don't skip build.

* gnu/packages/crates-io.scm (rust-rand-hc-0.1)[arguments]: Don't skip
build.
This commit is contained in:
Efraim Flashner 2020-02-29 20:02:35 +02:00
parent e01b0e9609
commit ace2340cf3
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -13168,8 +13168,7 @@ generator that uses the HC-128 algorithm.")
(base32
"1i0vl8q5ddvvy0x8hf1zxny393miyzxkwqnw31ifg6p0gdy6fh3v"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-rand-core" ,rust-rand-core-0.3))))))
`(#:cargo-inputs (("rust-rand-core" ,rust-rand-core-0.3))))))
(define-public rust-rand-isaac-0.2
(package