[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: go-structlayout-pretty: Fix build.
From: |
guix-commits |
Subject: |
05/05: gnu: go-structlayout-pretty: Fix build. |
Date: |
Thu, 1 Feb 2024 02:53:26 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit ad871fd17ff4223d1137239d06fad63244e1847a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Feb 1 07:48:56 2024 +0000
gnu: go-structlayout-pretty: Fix build.
* gnu/packages/golang-check.scm (go-structlayout-pretty) [arguments]
<#:go>: Swap to go-1.20.
Change-Id: I3afe393468d69e8ec78c6bb62d8ac6714b15a611
---
gnu/packages/golang-check.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 64e455d98f..324bf47aa7 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -718,7 +718,8 @@ into @code{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")