gnu: rust-base-x-0.2: Don't hide package.
* gnu/packages/crates-io.scm (rust-base-x-0.2)[arguments]: Skip build. Add rust-bencher-0.1, rust-json-0.11, rust-rand-0.3 to cargo-development-inputs. [properties]: Remove field.
This commit is contained in:
parent
105b8ac768
commit
63df9c017b
1 changed files with 6 additions and 1 deletions
|
@ -464,10 +464,15 @@ (define-public rust-base-x-0.2
|
|||
(base32
|
||||
"0hv4y5cdhv6bk0ghk2434clw8v4mmk5cc9lsh6qrpri92zlfmx3n"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-development-inputs
|
||||
(("rust-bencher" ,rust-bencher-0.1)
|
||||
("rust-json" ,rust-json-0.11)
|
||||
("rust-rand" ,rust-rand-0.3))))
|
||||
(home-page "https://github.com/OrKoN/base-x-rs")
|
||||
(synopsis "Encode/decode any base")
|
||||
(description "This library provides for encoding and decoding any base.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-bencher-0.1
|
||||
|
|
Loading…
Reference in a new issue