diff options
-rw-r--r-- | gnu/packages/golang-check.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ 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") |