1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

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 0f510fc044
commit 48c8f5d31e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -12017,7 +12017,14 @@ distributable command line applications in an expressive way.")
(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