me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-hex-0.3)[arguments]: Skip build.
[properties]: Remove field.
master
Efraim Flashner 2020-01-15 10:17:43 +02:00
parent 09b79f3bd5
commit fb01b0ce89
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

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