[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72963] [PATCH go-team 27/30] gnu: Add go-github-com-muesli-ansi.
From: |
Herman Rimm |
Subject: |
[bug#72963] [PATCH go-team 27/30] gnu: Add go-github-com-muesli-ansi. |
Date: |
Mon, 2 Sep 2024 14:18:35 +0200 |
* gnu/packages/golang.scm (go-github-com-muesli-ansi): 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 205cb6d55f..13ad657207 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6115,6 +6115,28 @@ (define-public go-github-com-bmatcuk-doublestar-v4
(list
#:import-path "github.com/bmatcuk/doublestar/v4"))))
+(define-public go-github-com-muesli-ansi
+ (package
+ (name "go-github-com-muesli-ansi")
+ (version "0.0.0-20230316100256-276c6243b2f6")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/muesli/ansi")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1jr8kgn3vb72jmf4a8n52g876mfpbvk3310p8gsg7jkn338af4m9"))))
+ (build-system go-build-system)
+ (arguments (list #:import-path "github.com/muesli/ansi"))
+ (propagated-inputs (list go-github-com-mattn-go-runewidth))
+ (home-page "https://github.com/muesli/ansi")
+ (synopsis "Raw ANSI sequence helpers")
+ (description "This package provides raw ANSI sequence helpers.")
+ (license license:expat)))
+
(define-public go-github-com-muesli-reflow
(package
(name "go-github-com-muesli-reflow")
--
2.45.2
- [bug#72963] [PATCH go-team 06/30] gnu: Add go-github-com-aymanbagabas-go-udiff., (continued)
- [bug#72963] [PATCH go-team 06/30] gnu: Add go-github-com-aymanbagabas-go-udiff., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 08/30] gnu: Add go-github-com-shurcool-graphql., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 09/30] gnu: Add go-github-com-shurcool-githubv4., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 10/30] gnu: Add go-github-com-charmbracelet-log., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 11/30] gnu: Add go-github-com-vito-midterm., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 12/30] gnu: Add go-go-abhg-dev-requiredfield., Herman Rimm, 2024/09/02
- [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 <=
- [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, 2024/09/02
- [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