gnu: go-github-com-alecthomas-kingpin: Move to golang-xyz.

* gnu/packages/golang.scm (go-github-com-alecthomas-kingpin): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ib7609a82c96683809f81479f4eb13f43d85d4a2f
This commit is contained in:
Sharlatan Hellseher 2024-03-22 21:11:51 +00:00
parent f427ec7026
commit 2173e4a12e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 32 additions and 30 deletions

View file

@ -9609,35 +9609,6 @@ GNU/Linux, this is a proxy for the @command{xdg-open} command.")
(home-page "https://github.com/skratchdot/open-golang")
(license license:expat))))
(define-public go-github-com-alecthomas-kingpin
(package
(name "go-github-com-alecthomas-kingpin")
(version "2.2.6")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/alecthomas/kingpin")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0mndnv3hdngr3bxp7yxfd47cas4prv98sqw534mx7vp38gd88n5r"))))
(build-system go-build-system)
(native-inputs
(list go-github-com-alecthomas-template go-github-com-alecthomas-units
go-github-com-stretchr-testify))
(arguments
'(#:import-path "github.com/alecthomas/kingpin"
#:phases %standard-phases))
(synopsis "Go library provides utilities for building command line interfaces")
(description
"Go library provides utilities for building command line interfaces.")
(home-page "https://github.com/alecthomas/kingpin")
(license license:expat)))
(define-public go-github-com-kingpin
(deprecated-package "go-github-com-kingpin" go-github-com-alecthomas-kingpin))
(define-public go-github-com-alecthomas-template
(let ((commit "a0175ee3bccc567396460bf5acd36800cb10c49c")
(revision "0"))