mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-rand-pcg-0.2: Don't hide package.
* gnu/packages/crates-io.scm (rust-rand-pcg-0.2)[arguments]: Skip build. Add rust-rand-core-0.5, rust-serde-1.0 to cargo-inputs. Add rust-bincode-1.1 to cargo-development-inputs. [properties]: Remove field.
This commit is contained in:
parent
91107d058c
commit
1261bc7ac8
1 changed files with 8 additions and 3 deletions
|
@ -7963,12 +7963,18 @@ generator that uses the HC-128 algorithm.")
|
||||||
(base32
|
(base32
|
||||||
"0ab4h6s6x3py833jk61lwadq83qd1c8bih2hgi6yps9rnv0x1aqn"))))
|
"0ab4h6s6x3py833jk61lwadq83qd1c8bih2hgi6yps9rnv0x1aqn"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-rand-core" ,rust-rand-core-0.5)
|
||||||
|
("rust-serde" ,rust-serde-1.0))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-bincode" ,rust-bincode-1.1))))
|
||||||
(home-page "https://crates.io/crates/rand_pcg")
|
(home-page "https://crates.io/crates/rand_pcg")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Selected PCG random number generators")
|
"Selected PCG random number generators")
|
||||||
(description
|
(description
|
||||||
"Implements a selection of PCG random number generators.")
|
"Implements a selection of PCG random number generators.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
@ -7993,8 +7999,7 @@ generator that uses the HC-128 algorithm.")
|
||||||
("rust-serde" ,rust-serde-1.0)
|
("rust-serde" ,rust-serde-1.0)
|
||||||
("rust-serde-derive" ,rust-serde-derive-1.0))
|
("rust-serde-derive" ,rust-serde-derive-1.0))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-bincode" ,rust-bincode-1.1))))
|
(("rust-bincode" ,rust-bincode-1.1))))))
|
||||||
(properties '())))
|
|
||||||
|
|
||||||
(define-public rust-rand-xorshift-0.2
|
(define-public rust-rand-xorshift-0.2
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue