me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-anstyle-0.2.

* gnu/packages/crates-io.scm (rust-anstyle-0.2): New variable.
master
Efraim Flashner 2023-04-24 16:08:06 +03:00
parent a4f87c04d9
commit dfa9d4e830
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 20 additions and 0 deletions

View File

@ -2916,6 +2916,26 @@ it outputs messages to Android's logcat.")
escape codes.")
(license license:mpl2.0)))
(define-public rust-anstyle-0.2
(package
(name "rust-anstyle")
(version "0.2.8")
(source (origin
(method url-fetch)
(uri (crate-uri "anstyle" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"10kdjcyks9hcvmhk44afagnrxi4pczg6jnldjdadzbi4kyi2wqah"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs
(("rust-lexopt" ,rust-lexopt-0.3))))
(home-page "https://github.com/rust-cli/anstyle")
(synopsis "ANSI text styling")
(description "This package provides ANSI text styling.")
(license (list license:expat license:asl2.0))))
(define-public rust-antidote-1
(package
(name "rust-antidote")