mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add rust-anstyle-query-1.
* gnu/packages/crates-io.scm (rust-anstyle-query-1): New variable.
This commit is contained in:
parent
32465480ad
commit
a5ddc82e03
1 changed files with 19 additions and 0 deletions
|
@ -3082,6 +3082,25 @@ (define-public rust-anstyle-0.2
|
|||
(description "This package provides ANSI text styling.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-anstyle-query-1
|
||||
(package
|
||||
(name "rust-anstyle-query")
|
||||
(version "1.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "anstyle-query" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0js9bgpqz21g0p2nm350cba1d0zfyixsma9lhyycic5sw55iv8aw"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-windows-sys" ,rust-windows-sys-0.48))))
|
||||
(home-page "https://github.com/rust-cli/anstyle")
|
||||
(synopsis "Look up colored console capabilities")
|
||||
(description "Look up colored console capabilities")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-anstyle-wincon-1
|
||||
(package
|
||||
(name "rust-anstyle-wincon")
|
||||
|
|
Loading…
Reference in a new issue