mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: rust-base32-0.4: Add missing inputs.
* gnu/packages/crates-io.scm (rust-base32-0.4) [cargo-development-inputs]: Add rust-quickcheck-0.7, rust-rand-0.5.
This commit is contained in:
parent
d631d901d8
commit
670f74699e
1 changed files with 4 additions and 0 deletions
|
@ -6633,6 +6633,10 @@ (define-public rust-base32-0.4
|
||||||
(base32
|
(base32
|
||||||
"1ykwx8jhksqxghfgyw2pzikzjf4n9wqm1x2ww5wqyn68ssf6dki3"))))
|
"1ykwx8jhksqxghfgyw2pzikzjf4n9wqm1x2ww5wqyn68ssf6dki3"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-development-inputs
|
||||||
|
(("rust-quickcheck" ,rust-quickcheck-0.7)
|
||||||
|
("rust-rand" ,rust-rand-0.5))))
|
||||||
(home-page "https://github.com/andreasots/base32")
|
(home-page "https://github.com/andreasots/base32")
|
||||||
(synopsis "Base32 encoder/decoder for Rust")
|
(synopsis "Base32 encoder/decoder for Rust")
|
||||||
(description "This library lets you encode and decode in either
|
(description "This library lets you encode and decode in either
|
||||||
|
|
Loading…
Reference in a new issue