3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: rust-hex-0.3: Don't hide package.

* gnu/packages/crates-io.scm (rust-hex-0.3)[arguments]: Skip build.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-01-15 10:17:43 +02:00
parent 09b79f3bd5
commit fb01b0ce89
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4177,11 +4177,11 @@ total runtime size of an object on the heap")
(base32
"0xsdcjiik5j750j67zk42qdnmm4ahirk3gmkmcqgq7qls2jjcl40"))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(home-page "https://github.com/KokaKiwi/rust-hex")
(synopsis "Encode and decode data to/from hexadecimals")
(description "This crate allows for encoding and decoding data into/from
hexadecimal representation.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))