mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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>
This commit is contained in:
parent
812ce80ada
commit
2d92286de6
1 changed files with 3 additions and 1 deletions
|
@ -7805,11 +7805,13 @@ (define-public rust-rand-hc-0.1
|
|||
(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))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue