mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: rust-rand-xorshift-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-rand-xorshift-0.1)[arguments]: Add rust-rand-core-0.3, rust-serde-1.0, rust-serde-derive-1.0 to cargo-inputs. Add rust-bincode-1.1 to cargo-development-inputs. [properties]: Remove field.
This commit is contained in:
parent
82d3b69e92
commit
71b0ce6492
1 changed files with 7 additions and 1 deletions
|
@ -9662,11 +9662,17 @@ (define-public rust-rand-xorshift-0.1
|
|||
(base32
|
||||
"0p2x8nr00hricpi2m6ca5vysiha7ybnghz79yqhhx6sl4gkfkxyb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-rand-core" ,rust-rand-core-0.3)
|
||||
("rust-serde" ,rust-serde-1.0)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0))
|
||||
#:cargo-development-inputs
|
||||
(("rust-bincode" ,rust-bincode-1.1))))
|
||||
(home-page "https://crates.io/crates/rand-xorshift")
|
||||
(synopsis "Xorshift random number generator")
|
||||
(description
|
||||
"Xorshift random number generator")
|
||||
(properties '((hidden? . #t)))
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue