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.master
parent
408156a98c
commit
0169e087dd
|
@ -8009,12 +8009,15 @@ accessors.")
|
||||||
(base32
|
(base32
|
||||||
"1cjq0kwx1bk7jx3kzyciiish5gqsj7620dm43dc52sr8fzmm9037"))))
|
"1cjq0kwx1bk7jx3kzyciiish5gqsj7620dm43dc52sr8fzmm9037"))))
|
||||||
(build-system cargo-build-system)
|
(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/")
|
(home-page "https://github.com/nagisa/rust_rdrand/")
|
||||||
(synopsis "Random number generator")
|
(synopsis "Random number generator")
|
||||||
(description
|
(description
|
||||||
"This package is an implementation of random number generator based on
|
"This package is an implementation of random number generator based on
|
||||||
@code{rdrand} and @cpde{rdseed} instructions")
|
@code{rdrand} and @code{rdseed} instructions")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license license:isc)))
|
(license license:isc)))
|
||||||
|
|
||||||
;; This package requires features which are unavailable
|
;; This package requires features which are unavailable
|
||||||
|
|
Reference in New Issue