mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 08:02:38 -05:00
gnu: rust-termcolor-1.0: Skip build.
* gnu/packages/crates-io.scm (rust-termcolor-1.0)[arguments]: Skip build. Add rust-wincolor-1.0 to cargo-inputs. [properties]: Remove field.
This commit is contained in:
parent
709f1d5371
commit
f916b7a410
1 changed files with 4 additions and 1 deletions
|
@ -10004,11 +10004,14 @@ (define-public rust-termcolor-1.0
|
||||||
(base32
|
(base32
|
||||||
"0vjfsn1a8zvqhnrbygrz1id6yckwv1dncw3w4zj65qdx0f00kmln"))))
|
"0vjfsn1a8zvqhnrbygrz1id6yckwv1dncw3w4zj65qdx0f00kmln"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-wincolor" ,rust-wincolor-1.0))))
|
||||||
(home-page "https://github.com/BurntSushi/termcolor")
|
(home-page "https://github.com/BurntSushi/termcolor")
|
||||||
(synopsis "Library for writing colored text to a terminal")
|
(synopsis "Library for writing colored text to a terminal")
|
||||||
(description "This package provides a simple cross platform library for
|
(description "This package provides a simple cross platform library for
|
||||||
writing colored text to a terminal.")
|
writing colored text to a terminal.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:unlicense
|
(license (list license:unlicense
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue