mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
9778eb9521
commit
b443e04528
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue