~ruther/guix-local

d2364f179700b0ab0ccbbaa57d35adaca234fe81 — Sharlatan Hellseher 2 years ago eff0cdd
gnu: go-structlayout: Fix build.

* gnu/packages/golang-check.scm (go-structlayout) [arguments] <#:go>:
Swap to go-1.20.

Change-Id: I97721cec7624a89439113cf089599d4229ff1d33
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/golang-check.scm
M gnu/packages/golang-check.scm => gnu/packages/golang-check.scm +2 -1
@@ 689,7 689,8 @@ simplifications, and enforces style rules.")))
    (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")