diff options
| author | Sören Tempel <soeren+git@soeren-tempel.net> | 2025-12-01 00:20:23 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-18 23:19:27 +0000 |
| commit | 266fb873b9901ae352b5e8d4f5b484ef76a52611 (patch) | |
| tree | 3f34e0983035909fe0a9a23131e14cc49069a541 /gnu | |
| parent | 81e1d959042b6bfd603da29a67aea6c4dc1b95e0 (diff) | |
gnu: Add go-github-com-fatih-color-for-zk.
* gnu/packages/golang-xyz.scm (go-github-com-fatih-color-for-zk): New variable.
Change-Id: I92dcc124f1e2696534f49fca2da5d3c925f62a92
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 9e82ccd423..41ba5ad6ab 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -7924,6 +7924,27 @@ string into a slice of words.") defined output to the standard output.") (license license:expat))) +(define-public go-github-com-fatih-color-for-zk + (hidden-package + (package + (inherit go-github-com-fatih-color) + (name "go-github-com-fatih-color-for-zk") + (version "1.13.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/fatih/color") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "029qkxsdpblhrpgbv4fcmqwkqnjhx08hwiqp19pd7zz6l8a373ay")))) + (arguments + (list + #:import-path "github.com/fatih/color" + #:test-flags + #~(list "-vet=off")))))) + (define-public go-github-com-fatih-gomodifytags ;; This particular commit (v1.17.1-0.20250423142747-f3939df9aa3c) provides ;; "modifytags" submodule which is required for gopls@0.19.1. |
