gnu: go-github-com-urfave-cli-v2: Delete submodule.

* gnu/packages/golang-xyz.scm (go-github-com-urfave-cli-v2) [source]
<snippet>: Delete submodule with it's own go.mod file to be packaged
separately..

Change-Id: Ie1bbfe26b4fce14fbb7b3cb7403bb7bf89daee0f
This commit is contained in:
Sharlatan Hellseher 2025-01-01 17:02:44 +00:00
parent dc7ec5bf9b
commit aba0351f94
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -12017,7 +12017,14 @@ (define-public go-github-com-urfave-cli-v2
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "03237hi2jqvms9cif4varyap3j1dhzcf1mr809dm7ncvzk7gxg83"))))
(base32 "03237hi2jqvms9cif4varyap3j1dhzcf1mr809dm7ncvzk7gxg83"))
(modules '((guix build utils)))
(snippet
#~(begin
;; Submodules with their own go.mod files and packaged separately:
;;
;; - github.com/urfave/cli/v2/cmd/urfave-cli-genflags
(delete-file-recursively "cmd")))))
(arguments
(list #:import-path "github.com/urfave/cli/v2"))
(propagated-inputs