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:
parent
0f510fc044
commit
48c8f5d31e
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue