guix-patches
[Top][All Lists]
Advanced

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

[bug#70147] [PATCH 17/42] gnu: Add rust-io-tee-0.1.


From: Wilko Meyer
Subject: [bug#70147] [PATCH 17/42] gnu: Add rust-io-tee-0.1.
Date: Tue, 2 Apr 2024 18:22:34 +0200

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

Change-Id: I08e1d60af48c4fab662a95e5c4da24de9569744c
---
 gnu/packages/crates-io.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 26312aa11a..b493f1e8e6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34644,6 +34644,23 @@ (define-public rust-inventory-impl-0.1
     ;; Either license can be chosen at the users option.
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-io-tee-0.1
+  (package
+    (name "rust-io-tee")
+    (version "0.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "io_tee" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "013ka85akdcsj9rr92jrkm4jia9s8ihirpqi0ncqc6156kppqgsb"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/TheOnlyMrCat/io_tee";)
+    (synopsis "Tee Read, BufRead, and Seek instances to a writer")
+    (description "Tee Read, @code{BufRead}, and Seek instances to a writer.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-io-close-0.3
   (package
     (name "rust-io-close")
-- 
2.41.0






reply via email to

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