mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
0c44bf848c
commit
74de42eb66
1 changed files with 2 additions and 2 deletions
|
@ -3128,11 +3128,11 @@ streams.")
|
||||||
(base32
|
(base32
|
||||||
"1ww56bi1r5b8id3ns9j3qxbi7w5h005rzhiryy0zi9h97raqbb9g"))))
|
"1ww56bi1r5b8id3ns9j3qxbi7w5h005rzhiryy0zi9h97raqbb9g"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments '(#:skip-build? #t))
|
||||||
(home-page "https://github.com/servo/rust-fnv")
|
(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}
|
(description "The @code{fnv} hash function is a custom @code{Hasher}
|
||||||
implementation that is more efficient for smaller hash keys.")
|
implementation that is more efficient for smaller hash keys.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue