~ruther/guix-local

82dacb49b23c089fcf3dff0303635c0f5a6d3b77 — Sharlatan Hellseher 2 years ago 1eeeeb8
gnu: go-keyify: Fix build.

* gnu/packages/golang-check.scm (go-keyify) [arguments] <#:go>: Swap to
go-20.

Change-Id: Ida1aafbbbf4c6a0ff8104c81b82b66c7ecb64218
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/golang-check.scm
M gnu/packages/golang-check.scm => gnu/packages/golang-check.scm +2 -1
@@ 661,7 661,8 @@ advanced Go linter.")
    (inherit go-honnef-co-go-tools)
    (name "go-keyify")
    (arguments
     `(#:import-path "honnef.co/go/tools/cmd/keyify"
     `(#:go ,go-1.20
       #:import-path "honnef.co/go/tools/cmd/keyify"
       #:unpack-path "honnef.co/go/tools"
       #:install-source? #f))
    (synopsis "Transform an unkeyed struct literal into a keyed one in Go")