mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Add rust-is-terminal-polyfill-1.
* gnu/packages/crates-io.scm (rust-is-terminal-polyfill-1): New variable. Change-Id: I8c42cbc5b3f6f2ba39542ff4d69acc7833afc80d
This commit is contained in:
parent
fdcfe7e89f
commit
7e95946eb7
1 changed files with 19 additions and 0 deletions
|
@ -36893,6 +36893,25 @@ (define-public rust-is-terminal-0.4
|
|||
stream runs in a TTY.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-is-terminal-polyfill-1
|
||||
(package
|
||||
(name "rust-is-terminal-polyfill")
|
||||
(version "1.70.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "is_terminal_polyfill" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1kwfgglh91z33kl0w5i338mfpa3zs0hidq5j4ny4rmjwrikchhvr"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/polyfill-rs/is_terminal_polyfill")
|
||||
(synopsis "Polyfill for `is_terminal` stdlib feature for use with older MSRVs")
|
||||
(description
|
||||
"This package provides Polyfill for `is_terminal` stdlib feature for use
|
||||
with older MSRVs.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-is-wsl-0.4
|
||||
(package
|
||||
(name "rust-is-wsl")
|
||||
|
|
Loading…
Reference in a new issue