GNU bug report logs - #59356
[PATCH 0/5] gnu: Add go-github-com-makeworld-the-better-one-gemget.

Previous Next

Package: guix-patches;

Reported by: Adam Faiz <adam.faiz <at> disroot.org>

Date: Fri, 18 Nov 2022 11:45:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


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

From: Adam Faiz <adam.faiz <at> disroot.org>
To: 59356 <at> debbugs.gnu.org
Subject: [PATCH 3/5] gnu: Add go-github-com-makeworld-the-better-one-gemget.
Date: Fri, 18 Nov 2022 19:51:24 +0800
From d2b2741b0b800e1371b53d0f0a72cd69a35838ab Mon Sep 17 00:00:00 2001
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Fri, 18 Nov 2022 09:03:42 +0800
Subject: [PATCH] gnu: Add go-github-com-schollz-progressbar.

* gnu/packages/golang.scm (go-github-com-schollz-progressbar): New variable.
---
 gnu/packages/golang.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 71aa2ec972..c988b50574 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1287,6 +1287,41 @@ (define-public go-github-com-schachmat-ingo
 configuration file.")
     (license license:isc)))

+(define-public go-github-com-schollz-progressbar
+  (package
+    (name "go-github-com-schollz-progressbar")
+    (version "3.12.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/schollz/progressbar")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1xf6vrrvimrhb6hrkcax0ig6f0zy3skiapxjhfqc1n0lmvbxwqyf"))))
+    (build-system go-build-system)
+    (arguments
+     (list #:tests? #f ;TestReaderToBuffer panic: runtime error:
+                       ;invalid memory address or nil pointer 
dereference [recovered]
+           #:import-path "github.com/schollz/progressbar/v3"))
+    (propagated-inputs
+     (list go-golang-org-x-term
+           go-golang-org-x-sys
+           go-github-com-stretchr-testify
+           go-github-com-rivo-uniseg
+           go-github-com-mitchellh-colorstring
+           go-github-com-mattn-go-runewidth
+           go-github-com-mattn-go-isatty
+           go-github-com-k0kubun-go-ansi
+           go-github-com-davecgh-go-spew))
+    (home-page "https://github.com/schollz/progressbar")
+    (synopsis "Basic thread-safe progress bar for Golang applications")
+    (description
+     "schollz-progressbar provides a very simple thread-safe progress 
bar which should work
+on every OS without problems.")
+    (license license:expat)))
+
 (define-public go-github-com-savsgio-gotils
   (let ((commit "52f3993e8d6d2629f18e7b7383b7f54a3d3f1d1f")
         (revision "0"))
-- 
2.38.0




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

Previous Next


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