diff options
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index cc526da96c2..9338638d2db 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -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 |
