mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-leonelquinteros-gotext: Fix tests.
* gnu/packages/golang-xyz.scm (go-github-com-leonelquinteros-gotext) [arguments] <go>: Use default go-1.24. <test-flags>: Skip vet during tests. Change-Id: Id85777bcdb5fc35759b47de324b5701e609a354e
This commit is contained in:
parent
12db34cae1
commit
bc22406177
1 changed files with 2 additions and 2 deletions
|
@ -12703,8 +12703,8 @@ specified by @uref{https://tools.ietf.org/html/rfc2141, IETF RFC 2141}.")
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:go go-1.23
|
#:import-path "github.com/leonelquinteros/gotext"
|
||||||
#:import-path "github.com/leonelquinteros/gotext"))
|
#:test-flags #~(list "-vet=off")))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-golang-org-x-tools))
|
(list go-golang-org-x-tools))
|
||||||
(home-page "https://github.com/leonelquinteros/gotext")
|
(home-page "https://github.com/leonelquinteros/gotext")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue