From 82dacb49b23c089fcf3dff0303635c0f5a6d3b77 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 1 Feb 2024 07:42:07 +0000 Subject: gnu: go-keyify: Fix build. * gnu/packages/golang-check.scm (go-keyify) [arguments] <#:go>: Swap to go-20. Change-Id: Ida1aafbbbf4c6a0ff8104c81b82b66c7ecb64218 --- gnu/packages/golang-check.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index fc142d87e7..af193fcd26 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -661,7 +661,8 @@ (define-public go-keyify (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") -- cgit v1.2.3