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:
Sharlatan Hellseher 2025-10-22 13:26:38 +01:00
parent ca261dd860
commit 8836ae338a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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