GNU bug report logs -
#75176
[PATCH 00/18] Add command-line interface for Hetzner Cloud
Previous Next
Reported by: Roman Scherer <roman <at> burningswell.com>
Date: Sun, 29 Dec 2024 12:13:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/golang-xyz.scm (go-github-com-jedib0t-go-pretty-text): New variable.
Change-Id: Ifcbadd0587f5a60029ab3ccc04b2267099e25323
---
gnu/packages/golang-xyz.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 73c27c9149..b24339384b 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4521,6 +4521,18 @@ (define-public go-github-com-jedib0t-go-pretty-table
"This package provides utilities to prettify console output of tables
with an emphasis on customization.")))
+(define-public go-github-com-jedib0t-go-pretty-text
+ (package
+ (inherit go-github-com-jedib0t-go-pretty-list)
+ (name "go-github-com-jedib0t-go-pretty-text")
+ (arguments
+ (list
+ #:import-path "github.com/jedib0t/go-pretty/text"
+ #:unpack-path "github.com/jedib0t/go-pretty"))
+ (synopsis "Utilities to prettify console output of text")
+ (description "This package provides utilities to prettify console output
+of text with an emphasis on customization.")))
+
(define-public go-github-com-jinzhu-copier
(package
(name "go-github-com-jinzhu-copier")
--
2.47.1
This bug report was last modified 199 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.