1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: go-github-com-darccio-mergo: Build with default go.

* gnu/packages/golang-xyz.scm (go-github-com-darccio-mergo)[arguments]
<go>: Use default (1.24).
<test-flags>: Do not vet during tests.

Change-Id: I35b4452e24a50211fe4d9ba6ee88894463624c43
This commit is contained in:
Sharlatan Hellseher
2026-03-01 16:41:47 +00:00
committed by Andreas Enge
parent 7e39f7597c
commit abc545f847

View File

@@ -7479,8 +7479,9 @@ gist (https://gist.github.com/kballard/272720).")
(name "go-github-com-darccio-mergo")
(arguments
(list
#:go go-1.23
#:import-path "github.com/darccio/mergo"
#:test-flags
#~(list "-vet=off")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-import-path