mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05: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 @@ (define-public rust-rand-jitter-0.1
|
|||
(base32
|
||||
"16z387y46bfz3csc42zxbjq89vcr1axqacncvv8qhyy93p4xarhi"))))
|
||||
(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")
|
||||
(synopsis
|
||||
"Random number generator based on timing jitter")
|
||||
(description
|
||||
"Random number generator based on timing jitter")
|
||||
(properties '((hidden? . #t)))
|
||||
(synopsis "Random number generator based on timing jitter")
|
||||
(description "This package provides a non-physical true random number
|
||||
generator based on timing jitter.")
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue