gnu: rust-rand-core-0.3: Skip build.
* gnu/packages/crates-io.scm (rust-rand-core-0.3)[arguments]: Skip build.master
parent
6bc2b7a466
commit
5dd1df7d90
|
@ -7577,7 +7577,8 @@ useful types and distributions, and some randomness-related algorithms.")
|
||||||
"0jzdgszfa4bliigiy4hi66k7fs3gfwi2qxn8vik84ph77fwdwvvs"))))
|
"0jzdgszfa4bliigiy4hi66k7fs3gfwi2qxn8vik84ph77fwdwvvs"))))
|
||||||
;; This version is a 0.3 API wrapper around the 0.4 version.
|
;; This version is a 0.3 API wrapper around the 0.4 version.
|
||||||
(arguments
|
(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
|
(define-public rust-rand-hc-0.1
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue