mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: rust-rand-0.3: Skip build.
* gnu/packages/crates-io.scm (rust-rand-0.3)[arguments]: Skip build. Add rust-libc-0.2, rust-rand-0.4 to cargo-inputs. [properties]: Remove field.
This commit is contained in:
parent
390f419766
commit
badffd89bb
1 changed files with 7 additions and 1 deletions
|
@ -7468,7 +7468,13 @@ (define-public rust-rand-0.3
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"0v679h38pjjqj5h4md7v2slsvj6686qgcn7p9fbw3h43iwnk1b34"))))))
|
||||
"0v679h38pjjqj5h4md7v2slsvj6686qgcn7p9fbw3h43iwnk1b34"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-libc" ,rust-libc-0.2)
|
||||
("rust-rand" ,rust-rand-0.4))))
|
||||
(properties `())))
|
||||
|
||||
(define-public rust-rand-chacha-0.2
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue