mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: go-structlayout: Fix build.
* gnu/packages/golang-check.scm (go-structlayout) [arguments] <#:go>: Swap to go-1.20. Change-Id: I97721cec7624a89439113cf089599d4229ff1d33
This commit is contained in:
parent
eff0cdd28f
commit
d2364f1797
1 changed files with 2 additions and 1 deletions
|
@ -689,7 +689,8 @@ (define-public go-structlayout
|
|||
(inherit go-honnef-co-go-tools)
|
||||
(name "go-structlayout")
|
||||
(arguments
|
||||
`(#:import-path "honnef.co/go/tools/cmd/structlayout"
|
||||
`(#:go ,go-1.20
|
||||
#:import-path "honnef.co/go/tools/cmd/structlayout"
|
||||
#:unpack-path "honnef.co/go/tools"
|
||||
#:install-source? #f))
|
||||
(synopsis "Display the layout (field sizes and padding) of structs in Go")
|
||||
|
|
Loading…
Reference in a new issue