mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-adler32-1.0: Don't hide package.
* gnu/packages/crates-io.scm (rust-adler32-1.0)[arguments]: Skip build. Add rust-rand-0.4 to cargo-development-inputs. [properties]: Remove field.
This commit is contained in:
parent
5c3d77c3b1
commit
bd97d1b0c0
1 changed files with 6 additions and 3 deletions
|
@ -42,15 +42,18 @@
|
||||||
(file-name
|
(file-name
|
||||||
(string-append name "-" version ".crate"))
|
(string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0p7fxlnks9l7p7rwfqi7aqgnk2bps5zc0rjiw00mdw19nnbjjlky"))))
|
"0p7fxlnks9l7p7rwfqi7aqgnk2bps5zc0rjiw00mdw19nnbjjlky"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-rand" ,rust-rand-0.4))))
|
||||||
(home-page "https://github.com/remram44/adler32-rs")
|
(home-page "https://github.com/remram44/adler32-rs")
|
||||||
(synopsis "Implementation of the Adler32 rolling hash algorithm")
|
(synopsis "Implementation of the Adler32 rolling hash algorithm")
|
||||||
(description
|
(description
|
||||||
"This library is an implementation of the Adler32 rolling hash algorithm in
|
"This library is an implementation of the Adler32 rolling hash algorithm in
|
||||||
the Rust programming language.")
|
the Rust programming language.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:bsd-3
|
(license (list license:bsd-3
|
||||||
license:zlib))))
|
license:zlib))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue