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