mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-rand-hc-0.1: Don't skip build.
* gnu/packages/crates-io.scm (rust-rand-hc-0.1)[arguments]: Don't skip build.
This commit is contained in:
parent
e01b0e9609
commit
ace2340cf3
1 changed files with 1 additions and 2 deletions
|
@ -13168,8 +13168,7 @@ generator that uses the HC-128 algorithm.")
|
|||
(base32
|
||||
"1i0vl8q5ddvvy0x8hf1zxny393miyzxkwqnw31ifg6p0gdy6fh3v"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-rand-core" ,rust-rand-core-0.3))))))
|
||||
`(#:cargo-inputs (("rust-rand-core" ,rust-rand-core-0.3))))))
|
||||
|
||||
(define-public rust-rand-isaac-0.2
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue