mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: rust-md5-0.6: Don't hide package.
* gnu/packages/crates-io.scm (rust-md5-0.6)[arguments]: Skip build. [properties]: Remove field.
This commit is contained in:
parent
5b7856ecd0
commit
e61dc8d0d7
1 changed files with 1 additions and 1 deletions
|
@ -6060,10 +6060,10 @@ (define-public rust-md5-0.6
|
|||
(base32
|
||||
"17b2xm4h4cvxsdjsf3kdrzqv2za60kak961xzi5kmw6g6djcssvy"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments '(#:skip-build? #t))
|
||||
(home-page "https://github.com/stainless-steel/md5")
|
||||
(synopsis "MD5 hash function in Rust")
|
||||
(description "The package provides the MD5 hash function.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue