mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu; rust-rdrand-0.4: Don't hide package.
* gnu/packages/crates-io.scm (rust-rdrand-0.4)[arguments]: Skip build. Add rust-rand-core-0.3 to cargo-inputs. [properties]: Remove field. [description]: Fix typo.
This commit is contained in:
parent
408156a98c
commit
0169e087dd
1 changed files with 5 additions and 2 deletions
|
@ -8009,12 +8009,15 @@ (define-public rust-rdrand-0.4
|
|||
(base32
|
||||
"1cjq0kwx1bk7jx3kzyciiish5gqsj7620dm43dc52sr8fzmm9037"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-rand-core" ,rust-rand-core-0.3))))
|
||||
(home-page "https://github.com/nagisa/rust_rdrand/")
|
||||
(synopsis "Random number generator")
|
||||
(description
|
||||
"This package is an implementation of random number generator based on
|
||||
@code{rdrand} and @cpde{rdseed} instructions")
|
||||
(properties '((hidden? . #t)))
|
||||
@code{rdrand} and @code{rdseed} instructions")
|
||||
(license license:isc)))
|
||||
|
||||
;; This package requires features which are unavailable
|
||||
|
|
Loading…
Reference in a new issue