mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-urfave-cli-v3.
* gnu/packages/golang-xyz.scm (go-github-com-urfave-cli-v3): New variable. Change-Id: Ic288e702c1b08fb5dfcf739c3edb32974b100174 Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
868161a287
commit
f3aca26d3d
1 changed files with 27 additions and 0 deletions
|
@ -19846,6 +19846,33 @@ distributable command line applications in an expressive way.")
|
||||||
go-github-com-xrash-smetrics
|
go-github-com-xrash-smetrics
|
||||||
go-gopkg-in-yaml-v3))))
|
go-gopkg-in-yaml-v3))))
|
||||||
|
|
||||||
|
(define-public go-github-com-urfave-cli-v3
|
||||||
|
(package
|
||||||
|
(inherit go-github-com-urfave-cli-v2)
|
||||||
|
(name "go-github-com-urfave-cli-v3")
|
||||||
|
(version "3.4.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/urfave/cli")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1g8vk5wpx2vnb600ppkjh9j8aql0jgdgp5rrk06h92j7sx17fnfc"))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet #~(begin
|
||||||
|
;; Submodules with their own go.mod files and packaged separately:
|
||||||
|
;;
|
||||||
|
;; - github.com/urfave/cli/docs/v3
|
||||||
|
(delete-file-recursively "docs")))))
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/urfave/cli/v3"
|
||||||
|
#:test-flags
|
||||||
|
#~(list "-vet=off")))
|
||||||
|
(propagated-inputs '())))
|
||||||
|
|
||||||
(define-public go-github-com-valyala-bytebufferpool
|
(define-public go-github-com-valyala-bytebufferpool
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-valyala-bytebufferpool")
|
(name "go-github-com-valyala-bytebufferpool")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue