~ruther/guix-local

85af01955da2f744fb07a6f5a1fde94af339dd16 — Sharlatan Hellseher 8 months ago b2db30e
gnu: gron: Build with go-1.24.

* gnu/packages/golang-web.scm (gron): Fix indentation.
[arguments] <go>: Use default go-1.24 compiler.
<test-flags>: Do not vet during tests.

Change-Id: Ic356dadf5769b8a9810043091a807c766bd6a77f
1 files changed, 4 insertions(+), 4 deletions(-)

M gnu/packages/golang-web.scm
M gnu/packages/golang-web.scm => gnu/packages/golang-web.scm +4 -4
@@ 13542,17 13542,17 @@ carries no encryption keys and cannot decode the traffic that it proxies.")))
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/tomnomnom/gron")
             (commit (string-append "v" version))))
              (url "https://github.com/tomnomnom/gron")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1sj34b6yv0qigy3aq7qmwf8bqxp1a8qh9p10lzkpw58s1c0iyh36"))))
    (build-system go-build-system)
    (arguments
     (list
      #:go go-1.23
      #:install-source? #f
      #:import-path "github.com/tomnomnom/gron"))
      #:import-path "github.com/tomnomnom/gron"
      #:test-flags #~(list "-vet=off")))
    (native-inputs
     (list go-github-com-fatih-color
           go-github-com-mattn-go-colorable