diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-01-15 10:17:43 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-01-15 10:17:43 +0200 |
commit | fb01b0ce8999d48343cde3b72c8be3968402edbb (patch) | |
tree | 5fc1cc928fd913f063996db468e4230927e7846e | |
parent | 09b79f3bd5ad562feb00cb06bd1028711d01a879 (diff) |
gnu: rust-hex-0.3: Don't hide package.
* gnu/packages/crates-io.scm (rust-hex-0.3)[arguments]: Skip build.
[properties]: Remove field.
-rw-r--r-- | gnu/packages/crates-io.scm | 2 |
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)))) |