mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: rust-rand-os-0.1: Skip build.
* gnu/packages/crates-io.scm (rust-rand-os-0.1)[arguments]: Skip build. Add ruxt-cloud-abi-0.0, rust-fuchsia-cprng-0.1, rust-libc-0.2, rust-log-0.4, rust-rand-core-0.4, rust-rdrand-0.4, rust-stdweb-0.4, rust-wasm-bindgen-0.2, rust-winapi-0.3 to cargo-inputs. [properties]: Remove field.
This commit is contained in:
parent
7d041f88ad
commit
67ea3fb1c3
1 changed files with 12 additions and 2 deletions
|
@ -6663,8 +6663,18 @@ (define-public rust-rand-os-0.1
|
|||
(sha256
|
||||
(base32
|
||||
"0wahppm0s64gkr2vmhcgwc0lij37in1lgfxg5rbgqlz0l5vgcxbv"))))
|
||||
(arguments `())
|
||||
(properties '((hidden? . #t)))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-cloudabi" ,rust-cloudabi-0.0)
|
||||
("rust-fuchsia-cprng" ,rust-fuchsia-cprng-0.1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-rand-core" ,rust-rand-core-0.4)
|
||||
("rust-rdrand" ,rust-rdrand-0.4)
|
||||
("rust-stdweb" ,rust-stdweb-0.4)
|
||||
("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2)
|
||||
("rust-winapi" ,rust-winapi-0.3))))))
|
||||
|
||||
(define-public rust-rand-pcg-0.1
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue