summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-01-16 17:26:56 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-01-16 19:36:24 +0200
commit74de42eb660067096dfd8c6dc0ea759b388cf40e (patch)
tree2cb4c10882013170a426da068b64924c033198ab
parent0c44bf848c48210166f07d67d49148651d6cbbb2 (diff)
downloadpatches-74de42eb660067096dfd8c6dc0ea759b388cf40e.tar
patches-74de42eb660067096dfd8c6dc0ea759b388cf40e.tar.gz
gnu: rust-fnv-1.0: Don't hide package.
* gnu/packages/crates-io.scm (rust-fnv-1.0)[arguments]: Skip build. [synopsis]: Appease 'guix lint'. [properties]: Remove field.
-rw-r--r--gnu/packages/crates-io.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5dcb2dad6d..8c120799ca 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -3128,11 +3128,11 @@ streams.")
(base32
"1ww56bi1r5b8id3ns9j3qxbi7w5h005rzhiryy0zi9h97raqbb9g"))))
(build-system cargo-build-system)
+ (arguments '(#:skip-build? #t))
(home-page "https://github.com/servo/rust-fnv")
- (synopsis "implementation of the Fowler-Noll-Vo hash function")
+ (synopsis "Implementation of the Fowler-Noll-Vo hash function")
(description "The @code{fnv} hash function is a custom @code{Hasher}
implementation that is more efficient for smaller hash keys.")
- (properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))