~ruther/guix-local

8836ae338a91e383d0773e6dd7bf9c738376fdb1 — Sharlatan Hellseher 6 months ago ca261dd
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
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/golang-xyz.scm
M gnu/packages/golang-xyz.scm => gnu/packages/golang-xyz.scm +2 -1
@@ 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