guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

91/111: gnu: Add rust-is-terminal-polyfill-1.


From: guix-commits
Subject: 91/111: gnu: Add rust-is-terminal-polyfill-1.
Date: Thu, 21 Nov 2024 08:33:37 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 1dcff339bac6d6549a08ac265156f99622497000
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 20 21:04:50 2024 +0200

    gnu: Add rust-is-terminal-polyfill-1.
    
    * gnu/packages/crates-io.scm (rust-is-terminal-polyfill-1): New variable.
    
    Change-Id: I8c42cbc5b3f6f2ba39542ff4d69acc7833afc80d
---
 gnu/packages/crates-io.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e998a462bc..d285445cf0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -36893,6 +36893,25 @@ whether or not a given path points to an executable 
file.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]