mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: rust-data-encoding-2.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-data-encoding-2.1)[arguments]: Skip build. [properties]: Remove field.
This commit is contained in:
parent
f71321e026
commit
f13bcced3c
1 changed files with 1 additions and 1 deletions
|
@ -2017,12 +2017,12 @@ (define-public rust-data-encoding-2.1
|
|||
(base32
|
||||
"15xd6afhsjl08285piwczrafmckpp8i29padj8v12xhahshprx7l"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments '(#:skip-build? #t))
|
||||
(home-page "https://github.com/ia0/data-encoding")
|
||||
(synopsis "Efficient and customizable data-encoding functions")
|
||||
(description
|
||||
"This library provides encodings for many different common cases, including
|
||||
hexadecimal, base32, and base64.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-defmac-0.2
|
||||
|
|
Loading…
Reference in a new issue