gnu: Add rust-anstyle-lossy-1.
* gnu/packages/crates-io.scm (rust-anstyle-lossy-1): New variable. Change-Id: Icdbb2273403aacc2f751315c138f4402d8b7af2f Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
ce0ada4e19
commit
2ee72a475c
|
@ -1807,6 +1807,25 @@ text to a terminal.")
|
|||
`(#:cargo-development-inputs
|
||||
(("rust-lexopt" ,rust-lexopt-0.3))))))
|
||||
|
||||
(define-public rust-anstyle-lossy-1
|
||||
(package
|
||||
(name "rust-anstyle-lossy")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "anstyle-lossy" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "10c1cg8vjb7mxwky2xc8j7zdp15i1qvpmd2w6nlsxm6vcx3l9859"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-anstyle" ,rust-anstyle-1))))
|
||||
(home-page "https://github.com/rust-cli/anstyle")
|
||||
(synopsis "conversion between ANSI color codes")
|
||||
(description "Lossy conversion between ANSI Color Codes.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-anstyle-parse-0.2
|
||||
(package
|
||||
(name "rust-anstyle-parse")
|
||||
|
|
Reference in New Issue