mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-clicolors-control-1.0: Don't hide package.
* gnu/packages/crates-io.scm (rust-clicolors-control-1.0)[arguments]: Skip build. Add rust-atty-0.2, rust-lazy-static-1.3, rust-libc-0.2, rust-winapi-0.3 to cargo-inputs. [properties]: Remove field.
This commit is contained in:
parent
fb8a77f456
commit
82c2f8840d
1 changed files with 7 additions and 1 deletions
|
@ -1321,12 +1321,18 @@ Command Line Argument Parser.")
|
||||||
(base32
|
(base32
|
||||||
"1y80cgarxhrd1bz5yjm81r444v6flvy36aaxrrsac0yhfd6gvavk"))))
|
"1y80cgarxhrd1bz5yjm81r444v6flvy36aaxrrsac0yhfd6gvavk"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-atty" ,rust-atty-0.2)
|
||||||
|
("rust-lazy-static" ,rust-lazy-static-1.3)
|
||||||
|
("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-winapi" ,rust-winapi-0.3))))
|
||||||
(home-page "https://github.com/mitsuhiko/clicolors-control")
|
(home-page "https://github.com/mitsuhiko/clicolors-control")
|
||||||
(synopsis "Common utility library to control CLI colorization")
|
(synopsis "Common utility library to control CLI colorization")
|
||||||
(description
|
(description
|
||||||
"This package provides a common utility library to control CLI
|
"This package provides a common utility library to control CLI
|
||||||
colorization.")
|
colorization.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-clippy-0.0
|
(define-public rust-clippy-0.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue