mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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
dc7ec5bf9b
commit
aba0351f94
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue