[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72963] [PATCH go-team 14/30] gnu: Add go-github-com-kylelemons-gode
From: |
Herman Rimm |
Subject: |
[bug#72963] [PATCH go-team 14/30] gnu: Add go-github-com-kylelemons-godebug-pretty. |
Date: |
Mon, 2 Sep 2024 14:18:22 +0200 |
* gnu/packages/golang.scm (go-github-com-kylelemons-godebug-pretty): Add
variable.
---
gnu/packages/golang.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index c776f78609..be885d90ca 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4972,6 +4972,14 @@ (define-public go-github-com-kylelemons-godebug
representation suitable for computing diffs.")
(license license:asl2.0)))
+(define-public go-github-com-kylelemons-godebug-pretty
+ (package
+ (inherit go-github-com-kylelemons-godebug)
+ (name "go-github-com-kylelemons-godebug-pretty")
+ (arguments
+ (list #:import-path "github.com/kylelemons/godebug/pretty"
+ #:unpack-path "github.com/kylelemons/godebug"))))
+
(define-public go-github-com-kr-text
(package
(name "go-github-com-kr-text")
--
2.45.2
- [bug#72963] [PATCH go-team 15/30] gnu: Add go-github-com-sahilm-fuzzy., (continued)
- [bug#72963] [PATCH go-team 15/30] gnu: Add go-github-com-sahilm-fuzzy., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 17/30] gnu: Add go-inputs procedure., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 20/30] gnu: Add go-github-com-charmbracelet-x-input., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 26/30] gnu: Add go-github-com-rogpeppe-go-internal-diff., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 27/30] gnu: Add go-github-com-muesli-ansi., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 13/30] gnu: Add go-gopkg-in-dnaeon-go-vcr-v3-recorder., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 23/30] gnu: Add go-github-com-mattn-go-localereader., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 24/30] gnu: Add go-github-com-rogpeppe-go-internal-internal-misspell., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 29/30] gnu: go-github-com-charmbracelet-bubbletea: Update to 0.26.6., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 19/30] gnu: Add go-github-com-charmbracelet-x-windows., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 14/30] gnu: Add go-github-com-kylelemons-godebug-pretty.,
Herman Rimm <=
- [bug#72963] [PATCH go-team 21/30] gnu: Add go-github-com-charmbracelet-x-term., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 30/30] gnu: Add git-spice., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 28/30] gnu: Add go-github-com-muesli-cancelreader., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 18/30] gnu: Add go-github-com-erikgeiser-coninput., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 22/30] gnu: Add go-golang-org-x-text-transform., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 16/30] gnu: Add go-github-com-charmbracelet-bubbles., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 25/30] gnu: Add go-github-com-rogpeppe-go-internal-testscript., Herman Rimm, 2024/09/02