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
parent
812ce80ada
commit
2d92286de6
|
@ -7805,11 +7805,13 @@ useful types and distributions, and some randomness-related algorithms.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i0vl8q5ddvvy0x8hf1zxny393miyzxkwqnw31ifg6p0gdy6fh3v"))))
|
"1i0vl8q5ddvvy0x8hf1zxny393miyzxkwqnw31ifg6p0gdy6fh3v"))))
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs (("rust-rand-core" ,rust-rand-core-0.3))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://crates.io/crates/rand_hc")
|
(home-page "https://crates.io/crates/rand_hc")
|
||||||
(synopsis "HC128 random number generator")
|
(synopsis "HC128 random number generator")
|
||||||
(description "HC128 random number generator")
|
(description "HC128 random number generator")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Reference in New Issue