mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: go-github-com-yuin-gopher-lua: Build with go-1.24.
* gnu/packages/golang-xyz.scm (go-github-com-yuin-gopher-lua)[arguments] <go>: Use default compiler (go-1.24). <test-flags>: Don't vet during tests. Change-Id: I4eebdb1201840a6c75b204070ba0594d67b6aacb
This commit is contained in:
parent
ca261dd860
commit
8836ae338a
1 changed files with 2 additions and 1 deletions
|
|
@ -22207,8 +22207,9 @@ common sequence} values from two arbitrary arrays.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.23
|
||||
#:import-path "github.com/yuin/gopher-lua"
|
||||
#:test-flags
|
||||
#~(list "-vet=off") ;Go@1.24 forces vet, but tests are not ready yet.
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
;; FIXME: "ls" needs to be substituted in _glua-tests/issues.lua and
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue