gnu: rust-miniz-sys-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-miniz-sys-0.1)[arguments]: Add rust-libc-0.2, rust-cc-1.0 to cargo-inputs. [properties]: Remove field.master
parent
acb9657a73
commit
5660d292b3
gnu/packages
|
@ -6295,11 +6295,15 @@ drop-in replacement for miniz.")
|
||||||
(base32
|
(base32
|
||||||
"00l2r4anm8g35x0js2zfdnwfbrih9m43vphdpb77c5ga3kjkm7hy"))))
|
"00l2r4anm8g35x0js2zfdnwfbrih9m43vphdpb77c5ga3kjkm7hy"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-libc" ,rust-libc-0.2)
|
||||||
|
;; Build dependencies:
|
||||||
|
("rust-cc" ,rust-cc-1.0))))
|
||||||
(home-page "https://github.com/alexcrichton/flate2-rs")
|
(home-page "https://github.com/alexcrichton/flate2-rs")
|
||||||
(synopsis "Bindings to the miniz.c library")
|
(synopsis "Bindings to the miniz.c library")
|
||||||
(description
|
(description
|
||||||
"This package provides bindings to the @code{miniz.c} library.")
|
"This package provides bindings to the @code{miniz.c} library.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Reference in New Issue