me
/
guix
Archived
1
0
Fork 0

gnu: rust-rand-hc-0.1: Don't hide package.

* gnu/packages/crates-io.scm (rust-rand-hc-0.1):[arguments] Skip build.
Add urst-rand-core-0.3 to cargo-inputs.
[properties] Remove field.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
John Soo 2020-01-14 09:20:57 -08:00 committed by Efraim Flashner
parent 812ce80ada
commit 2d92286de6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 1 deletions
gnu/packages

View File

@ -7805,11 +7805,13 @@ useful types and distributions, and some randomness-related algorithms.")
(sha256
(base32
"1i0vl8q5ddvvy0x8hf1zxny393miyzxkwqnw31ifg6p0gdy6fh3v"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-rand-core" ,rust-rand-core-0.3))))
(build-system cargo-build-system)
(home-page "https://crates.io/crates/rand_hc")
(synopsis "HC128 random number generator")
(description "HC128 random number generator")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))