mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-rand-core-0.3: Skip build.
* gnu/packages/crates-io.scm (rust-rand-core-0.3)[arguments]: Skip build.
This commit is contained in:
parent
6bc2b7a466
commit
5dd1df7d90
1 changed files with 2 additions and 1 deletions
|
@ -7577,7 +7577,8 @@ useful types and distributions, and some randomness-related algorithms.")
|
|||
"0jzdgszfa4bliigiy4hi66k7fs3gfwi2qxn8vik84ph77fwdwvvs"))))
|
||||
;; This version is a 0.3 API wrapper around the 0.4 version.
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rand-core" ,rust-rand-core-0.4))))))
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rand-core" ,rust-rand-core-0.4))))))
|
||||
|
||||
(define-public rust-rand-hc-0.1
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue