me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-colored-1.9.1.

This is sequried by sequoia, resp. sequois-sqv.

* gnu/packages/crates-io.scm (rust-colored-1.9.1): New variable.
master
Hartmut Goebel 2020-03-08 14:00:27 +01:00
parent 1c2126c377
commit 9b07ebcd96
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 13 additions and 0 deletions

View File

@ -3353,6 +3353,19 @@ CMAKE environmental variable is set.")
"The most simple way to add colors in your terminal.")
(license license:mpl2.0)))
(define-public rust-colored-1.9.1
(package/inherit rust-colored-1.9
(name "rust-colored")
(version "1.9.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "colored" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0fildacm47g86acmx44yvxx6cka8fdym5qkgfm8x8gh2hsrghc7r"))))
(build-system cargo-build-system)))
;; This package requires features which are unavailable
;; on the stable releases of Rust.
(define-public rust-compiler-builtins-0.1