mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Add rust-colorchoice-1.
* gnu/packages/crates-io.scm (rust-colorchoice-1): New variable.
This commit is contained in:
parent
04af65cc01
commit
2a7b17dba6
1 changed files with 17 additions and 0 deletions
|
@ -12533,6 +12533,23 @@ (define-public rust-color-quant-1
|
|||
colors.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-colorchoice-1
|
||||
(package
|
||||
(name "rust-colorchoice")
|
||||
(version "1.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "colorchoice" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ix7w85kwvyybwi2jdkl3yva2r2bvdcc3ka2grjfzfgrapqimgxc"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/rust-cli/anstyle")
|
||||
(synopsis "Global override of color control")
|
||||
(description "Global override of color control")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-colored-2
|
||||
(package
|
||||
(name "rust-colored")
|
||||
|
|
Loading…
Reference in a new issue