mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: go-github-com-imdario-mergo: Build with default go.
* gnu/packages/golang-xyz.scm (go-github-com-imdario-mergo)[arguments] <go>: Use default (1.24). <test-flags>: Do not vet during tests. Change-Id: I8e14167f36668fa2f996accff279600eeb4599a5
This commit is contained in:
committed by
Andreas Enge
parent
abc545f847
commit
3cae622b7e
@@ -13022,8 +13022,9 @@ ABI}.")
|
||||
(name "go-github-com-imdario-mergo")
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.23
|
||||
#:import-path "github.com/imdario/mergo"
|
||||
#:test-flags
|
||||
#~(list "-vet=off")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-import-path
|
||||
|
||||
Reference in New Issue
Block a user