[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/32: gnu: go-github-com-songmu-gitconfig: Fix build.
From: |
guix-commits |
Subject: |
24/32: gnu: go-github-com-songmu-gitconfig: Fix build. |
Date: |
Mon, 19 Feb 2024 18:41:13 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 92b5c13c6ad16cebb2c92c41fac3c86138749b86
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Feb 17 00:39:17 2024 +0000
gnu: go-github-com-songmu-gitconfig: Fix build.
As seen in <https://ci.guix.gnu.org/build/3490304/log/raw>.
* gnu/packages/golang-xyz.scm go-github-com-songmu-gitconfig: Update
style.
[arguments] <#:go>: Use go-1.21.
Change-Id: Iea7a32b51d4bd74e99c52938307c11177ae79199
---
gnu/packages/golang-xyz.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index ff62b83995..e68948e495 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1153,10 +1153,12 @@ Use waterutil with it to work with TUN/TAP
packets/frames.")
(base32 "1y01h496a7pfj1g2bclls5b0nl3vnj7nz610jj1dzq9kxrwxk7fk"))))
(build-system go-build-system)
(arguments
- `(#:import-path "github.com/Songmu/gitconfig"
- ;; Package's tests appear to be hardcoded to the author's gitconfig
- ;; and require network access.
- #:tests? #f))
+ (list
+ ;; Package's tests appear to be hardcoded to the author's gitconfig
+ ;; and require network access.
+ #:tests? #f
+ #:go go-1.21
+ #:import-path "github.com/Songmu/gitconfig"))
(propagated-inputs
(list go-github-com-goccy-yaml))
(synopsis "Go library to get configuration values from gitconfig")
- 03/32: gnu: go-github-com-mattn-go-colorable: Add missing input., (continued)
- 03/32: gnu: go-github-com-mattn-go-colorable: Add missing input., guix-commits, 2024/02/19
- 04/32: gnu: go-github-com-mesilliac-pulse-simple: Remove examples., guix-commits, 2024/02/19
- 15/32: gnu: Add go-github-com-benbjohnson-clock., guix-commits, 2024/02/19
- 07/32: gnu: go-github-com-coreos-go-semver: Update to 0.3.1., guix-commits, 2024/02/19
- 09/32: gnu: go-golang-org-x-net-html: Add missing input., guix-commits, 2024/02/19
- 11/32: gnu: Add go-pixelmatch., guix-commits, 2024/02/19
- 14/32: gnu: Add go-github-com-golang-jwt-jwt-v5., guix-commits, 2024/02/19
- 17/32: gnu: go-github-com-alecthomas-chroma: Move to golang-xyz., guix-commits, 2024/02/19
- 19/32: gnu: go-github-com-alecthomas-chroma: Remove bundled files., guix-commits, 2024/02/19
- 10/32: gnu: Add go-github-com-orisano-pixelmatch., guix-commits, 2024/02/19
- 24/32: gnu: go-github-com-songmu-gitconfig: Fix build.,
guix-commits <=
- 18/32: gnu: go-github-com-alecthomas-chroma: Update to 0.10.0., guix-commits, 2024/02/19
- 20/32: gnu: Add go-github-com-alecthomas-chroma-v2., guix-commits, 2024/02/19
- 27/32: gnu: go-github-go-git: Remove labels., guix-commits, 2024/02/19
- 28/32: gnu: go-github-go-git: Adjust imports., guix-commits, 2024/02/19
- 23/32: gnu: go-github-com-songmu-gitconfig: Move to golang-xyz., guix-commits, 2024/02/19
- 12/32: gnu: Add go-github-com-coocood-freecache., guix-commits, 2024/02/19
- 16/32: gnu: Add go-github-com-dustin-gojson., guix-commits, 2024/02/19
- 22/32: gnu: go-github-com-alecthomas-assert-v2: Update to 2.5.0., guix-commits, 2024/02/19
- 26/32: gnu: ghq: Fix build., guix-commits, 2024/02/19
- 29/32: gnu: Add go-github-com-bmatcuk-doublestar-v2., guix-commits, 2024/02/19