mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: rust-rustc-hash-1.0: Don't hide package.
* gnu/packages/crates-io.scm (rust-rustc-hash-1.0)[arguments]: Skip build. [home-page]: Update to new home-page. [properties]: Remove field.
This commit is contained in:
parent
39d6888f1a
commit
74146f9c72
1 changed files with 2 additions and 2 deletions
|
@ -8326,11 +8326,11 @@ (define-public rust-rustc-hash-1.0
|
|||
(base32
|
||||
"114bf72466bl63i5hh8fgqfnhihs0w1m9c9jz505095agfixnvg0"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/rust-lang-nursery/rustc-hash")
|
||||
(arguments '(#:skip-build? #t))
|
||||
(home-page "https://github.com/rust-lang/rustc-hash")
|
||||
(synopsis "Speedy, non-cryptographic hash used in rustc")
|
||||
(description
|
||||
"This package provides a speedy, non-cryptographic hash used in rustc.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue