mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01:00
gnu: rust-rand-jitter-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-rand-jitter-0.1)[arguments]: Add rust-libc-0.2, rust-rand-core-0.4, rust-winapi-0.3, rust-log-0.4 to cargo-inputs. [description]: Fill out. [properties]: Remove field.
This commit is contained in:
parent
3f15d290dd
commit
82d3b69e92
1 changed files with 9 additions and 5 deletions
|
@ -9507,12 +9507,16 @@ Add, and Count\" which are the principal bitwise operations employed.")
|
||||||
(base32
|
(base32
|
||||||
"16z387y46bfz3csc42zxbjq89vcr1axqacncvv8qhyy93p4xarhi"))))
|
"16z387y46bfz3csc42zxbjq89vcr1axqacncvv8qhyy93p4xarhi"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-rand-core" ,rust-rand-core-0.4)
|
||||||
|
("rust-winapi" ,rust-winapi-0.3)
|
||||||
|
("rust-log" ,rust-log-0.4))))
|
||||||
(home-page "https://github.com/rust-random/rand")
|
(home-page "https://github.com/rust-random/rand")
|
||||||
(synopsis
|
(synopsis "Random number generator based on timing jitter")
|
||||||
"Random number generator based on timing jitter")
|
(description "This package provides a non-physical true random number
|
||||||
(description
|
generator based on timing jitter.")
|
||||||
"Random number generator based on timing jitter")
|
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue