mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-keyify: Fix build.
* gnu/packages/golang-check.scm (go-keyify) [arguments] <#:go>: Swap to go-20. Change-Id: Ida1aafbbbf4c6a0ff8104c81b82b66c7ecb64218
This commit is contained in:
parent
1eeeeb8add
commit
82dacb49b2
1 changed files with 2 additions and 1 deletions
|
@ -661,7 +661,8 @@ advanced Go linter.")
|
||||||
(inherit go-honnef-co-go-tools)
|
(inherit go-honnef-co-go-tools)
|
||||||
(name "go-keyify")
|
(name "go-keyify")
|
||||||
(arguments
|
(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"
|
#:unpack-path "honnef.co/go/tools"
|
||||||
#:install-source? #f))
|
#:install-source? #f))
|
||||||
(synopsis "Transform an unkeyed struct literal into a keyed one in Go")
|
(synopsis "Transform an unkeyed struct literal into a keyed one in Go")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue