mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: go-structlayout-pretty: Fix build.
* gnu/packages/golang-check.scm (go-structlayout-pretty) [arguments] <#:go>: Swap to go-1.20. Change-Id: I3afe393468d69e8ec78c6bb62d8ac6714b15a611
This commit is contained in:
parent
834c639053
commit
ad871fd17f
1 changed files with 2 additions and 1 deletions
|
@ -718,7 +718,8 @@ (define-public go-structlayout-pretty
|
|||
(inherit go-honnef-co-go-tools)
|
||||
(name "go-structlayout-pretty")
|
||||
(arguments
|
||||
`(#:import-path "honnef.co/go/tools/cmd/structlayout-pretty"
|
||||
`(#:go ,go-1.20
|
||||
#:import-path "honnef.co/go/tools/cmd/structlayout-pretty"
|
||||
#:unpack-path "honnef.co/go/tools"
|
||||
#:install-source? #f))
|
||||
(synopsis "Format the output of go-structlayout with ASCII art in Go")
|
||||
|
|
Loading…
Reference in a new issue