summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-01-15 10:17:43 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-01-15 10:17:43 +0200
commitfb01b0ce8999d48343cde3b72c8be3968402edbb (patch)
tree5fc1cc928fd913f063996db468e4230927e7846e /gnu
parent09b79f3bd5ad562feb00cb06bd1028711d01a879 (diff)
downloadpatches-fb01b0ce8999d48343cde3b72c8be3968402edbb.tar
patches-fb01b0ce8999d48343cde3b72c8be3968402edbb.tar.gz
gnu: rust-hex-0.3: Don't hide package.
* gnu/packages/crates-io.scm (rust-hex-0.3)[arguments]: Skip build. [properties]: Remove field.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/crates-io.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 777ed35bad..782b5959ba 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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))))