diff options
| author | Sören Tempel <soeren+git@soeren-tempel.net> | 2025-12-01 03:02:14 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-18 23:19:27 +0000 |
| commit | 40a0d7327ad31ad434a4cb4c1b5af7fb31f86d04 (patch) | |
| tree | 5d5934208db4b476172c2165e0a6948436a3a3f3 /gnu | |
| parent | 266fb873b9901ae352b5e8d4f5b484ef76a52611 (diff) | |
gnu: Add go-github-com-alecthomas-kong-for-zk.
* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-kong-for-zk): New variable.
Change-Id: I1a3fc2da10688579f2a8b2daa605447b07e68861
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 41ba5ad6ab5..de9afb131af 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -1371,6 +1371,28 @@ be stripped.") with as little developer effort as possible.") (license license:expat))) +(define-public go-github-com-alecthomas-kong-for-zk + (hidden-package + (package + (inherit go-github-com-alecthomas-kong) + (name "go-github-com-alecthomas-kong-for-zk") + (version "0.5.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/alecthomas/kong") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1lk4nb8ilvy0l5szj4s6wnz716vlz0v253423ykmph5l6bmips1k")))) + (arguments + (list + #:tests? #f + #:import-path "github.com/alecthomas/kong")) + (propagated-inputs (list go-github-com-alecthomas-repr + go-github-com-pkg-errors))))) + (define-public go-github-com-alecthomas-kong-hcl (package (name "go-github-com-alecthomas-kong-hcl") |
