1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

gnu: go-github-com-alecthomas-kingpin-v2: Do not inherit.

* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-kingpin-v2): Do
not inherit from go-github-com-alecthomas-kingpin.

Change-Id: Iaa00c39990fe89fabe37e0b9552d4074ba61bee1
This commit is contained in:
Sharlatan Hellseher 2025-02-23 15:14:22 +00:00
parent d7efe30a16
commit f6b5e69162
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -933,7 +933,6 @@ be stripped.")
(define-public go-github-com-alecthomas-kingpin-v2 (define-public go-github-com-alecthomas-kingpin-v2
(package (package
(inherit go-github-com-alecthomas-kingpin)
(name "go-github-com-alecthomas-kingpin-v2") (name "go-github-com-alecthomas-kingpin-v2")
(version "2.4.0") (version "2.4.0")
(source (source
@ -945,14 +944,20 @@ be stripped.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "12xl62xzwq2h71hp1i0133403zhyqwsh95sr870fx18wmpqh8shf")))) (base32 "12xl62xzwq2h71hp1i0133403zhyqwsh95sr870fx18wmpqh8shf"))))
(build-system go-build-system)
(arguments (arguments
(list (list
#:import-path "github.com/alecthomas/kingpin/v2")) #:import-path "github.com/alecthomas/kingpin/v2"))
(native-inputs
(list go-github-com-stretchr-testify))
(propagated-inputs (propagated-inputs
(list go-github-com-alecthomas-units (list go-github-com-alecthomas-units
go-github-com-xhit-go-str2duration-v2)) go-github-com-xhit-go-str2duration-v2))
(native-inputs (home-page "https://github.com/alecthomas/kingpin")
(list go-github-com-stretchr-testify)))) (synopsis "Go library provides utilities for building command line interfaces")
(description
"Go library provides utilities for building command line interfaces.")
(license license:expat)))
(define-public go-github-com-alecthomas-kong (define-public go-github-com-alecthomas-kong
(package (package