GNU bug report logs - #70147
[PATCH 00/42] WIP: Add rage.

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Tue, 2 Apr 2024 16:22:04 UTC

Severity: normal

Tags: patch

Full log


Message #47 received at 70147 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 70147 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: [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





This bug report was last modified 1 year and 76 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.