me
/
guix
Archived
1
0
Fork 0

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
Efraim Flashner 2020-01-14 20:51:07 +02:00
parent 408156a98c
commit 0169e087dd
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 2 deletions

View File

@ -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