me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-no-color-0.1.

* gnu/packages/crates-io.scm (rust-no-color-0.1): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
jgart 2021-12-05 04:53:11 -05:00 committed by Nicolas Goaziou
parent c4699914c9
commit 13f2f2d14d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -32140,6 +32140,26 @@ while still providing platform specific APIs.")
to nl80211 and receive messages.")
(license license:expat)))
(define-public rust-no-color-0.1
(package
(name "rust-no-color")
(version "0.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "no_color" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1m0x6i5q1jav2jgajkg4irrkfgv4lakpdvmj310b90wswdyy9xdx"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/sitkevij/no_color")
(synopsis "Library to detect NO_COLOR environment variable")
(description
"@code{no_color} is a rust library for detecting if the @code{NO_COLOR}
environment variable is set.")
(license license:expat)))
(define-public rust-no-panic-0.1
(package
(name "rust-no-panic")