mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: rust-fnv: Don't skip build.
* gnu/packages/crates-io.scm (rust-fnv-1)[arguments]: Don't skip build.
This commit is contained in:
parent
379f171826
commit
005bad3cac
1 changed files with 0 additions and 1 deletions
|
@ -7362,7 +7362,6 @@ (define-public rust-fnv-1
|
|||
(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")
|
||||
(description "The @code{fnv} hash function is a custom @code{Hasher}
|
||||
|
|
Loading…
Reference in a new issue