guix-patches
[Top][All Lists]
Advanced

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

[bug#72963] [PATCH go-team 28/30] gnu: Add go-github-com-muesli-cancelre


From: Herman Rimm
Subject: [bug#72963] [PATCH go-team 28/30] gnu: Add go-github-com-muesli-cancelreader.
Date: Mon, 2 Sep 2024 14:18:36 +0200

* gnu/packages/golang.scm (go-github-com-muesli-cancelreader): Add
variable.
---
 gnu/packages/golang.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 13ad657207..a84cb07c0d 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6137,6 +6137,28 @@ (define-public go-github-com-muesli-ansi
     (description "This package provides raw ANSI sequence helpers.")
     (license license:expat)))
 
+(define-public go-github-com-muesli-cancelreader
+  (package
+    (name "go-github-com-muesli-cancelreader")
+    (version "0.2.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/muesli/cancelreader";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "0157mgpk0z45xizrgrz73swhky0d8nyk6fhwb089n1290k7yjhxq"))))
+    (build-system go-build-system)
+    (arguments (list #:import-path "github.com/muesli/cancelreader"))
+    (propagated-inputs (list go-golang-org-x-sys))
+    (home-page "https://github.com/muesli/cancelreader";)
+    (synopsis "Cancelable reader")
+    (description "This package provides a cancelable reader for Go.")
+    (license license:expat)))
+
 (define-public go-github-com-muesli-reflow
   (package
     (name "go-github-com-muesli-reflow")
-- 
2.45.2






reply via email to

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