mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: rust-rand-os-0.2: Don't skip build.
* gnu/packages/crates-io.scm (rust-rand-os-0.2)[arguments]: Don't skip build.
This commit is contained in:
parent
166fd432e8
commit
e01b0e9609
1 changed files with 2 additions and 3 deletions
|
@ -13260,13 +13260,12 @@ (define-public rust-rand-os-0.2
|
|||
"06is69f8rfzs620g5b54k6cgy5yaycrsyqg55flyfrsf8g88733f"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-getrandom" ,rust-getrandom-0.1)
|
||||
("rust-rand-core" ,rust-rand-core-0.5))))
|
||||
(home-page "https://crates.io/crates/rand-os")
|
||||
(synopsis "OS backed Random Number Generator")
|
||||
(description "OS backed Random Number Generator")
|
||||
(description "OS backed Random Number Generator.")
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue