gnu: rust-cargon-0.0: Don't hide package.

* gnu/packages/crates-io.scm (rust-cargon-0.0)[arguments]: Skip build.
Add rust-gcc-0.3 to cargo-development-inputs.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-01-15 09:54:33 +02:00
parent 9778eb9521
commit b443e04528
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1028,12 +1028,15 @@ (define-public rust-cargon-0.0
(base32
"1cszlab7jk736p0lb50ag4l9nv72m7j41bwrmygl0lr4iz0350w2"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-development-inputs
(("rust-gcc" ,rust-gcc-0.3))))
(home-page "https://github.com/bryant/argon2rs")
(synopsis "Thin wrapper around the Argon2 C library")
(description
"This package provides a thin wrapper around the Argon2 C library. It is
used in argon2rs' bench suite.")
(properties '((hidden? . #t)))
(license license:wtfpl2)))
(define-public rust-cast-0.2