me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2020-01-14 12:58:07 +02:00
parent f71321e026
commit f13bcced3c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -2017,12 +2017,12 @@ intrinsics.")
(base32 (base32
"15xd6afhsjl08285piwczrafmckpp8i29padj8v12xhahshprx7l")))) "15xd6afhsjl08285piwczrafmckpp8i29padj8v12xhahshprx7l"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(home-page "https://github.com/ia0/data-encoding") (home-page "https://github.com/ia0/data-encoding")
(synopsis "Efficient and customizable data-encoding functions") (synopsis "Efficient and customizable data-encoding functions")
(description (description
"This library provides encodings for many different common cases, including "This library provides encodings for many different common cases, including
hexadecimal, base32, and base64.") hexadecimal, base32, and base64.")
(properties '((hidden? . #t)))
(license license:expat))) (license license:expat)))
(define-public rust-defmac-0.2 (define-public rust-defmac-0.2