guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 70a150c4c77a1ff4f19d77af7d64173b9b48af58
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Aug 26 14:47:36 2026 +0100

    gnu: Remove #:go arguments using go-1.26.
    
    We are now building with go-1.26 by default.
    
    Automated via:
    
      git grep -rl '#:go go-1.26' | xargs sed -i '/.*#:go go-1.26.*/d'
    
    * gnu/packages/clojure.scm (let-go)[arguments]: Remove <#:go>.
    * gnu/packages/engineering.scm (arduino-cli): Likewise.
    * gnu/packages/golang-apps.scm (gopls): Likewise.
    * gnu/packages/ipfs.scm (kubo): Likewise.
    * gnu/packages/terminals.scm (kitty): Likewise.
    * gnu/packages/web.scm (miniflux): Likewise.
---
 gnu/packages/clojure.scm     | 1 -
 gnu/packages/engineering.scm | 1 -
 gnu/packages/golang-apps.scm | 1 -
 gnu/packages/ipfs.scm        | 1 -
 gnu/packages/terminals.scm   | 1 -
 gnu/packages/web.scm         | 1 -
 6 files changed, 6 deletions(-)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index e6cae77eec3..9ffd3c0310f 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -1275,7 +1275,6 @@ the same way for every operation on every service.")
     (build-system go-build-system)
     (arguments
      (list
-      #:go go-1.26
       #:install-source? #f
       #:import-path "github.com/nooga/let-go"))
     (native-inputs
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 03a693dec12..f90b88784e3 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1805,7 +1805,6 @@ developed at MIT to model electromagnetic systems.")
     (build-system go-build-system)
     (arguments
      (list
-      #:go go-1.26
       #:install-source? #f
       #:modules
       '((guix build go-build-system)
diff --git a/gnu/packages/golang-apps.scm b/gnu/packages/golang-apps.scm
index 9b856d23b5b..fdbad84abe9 100644
--- a/gnu/packages/golang-apps.scm
+++ b/gnu/packages/golang-apps.scm
@@ -299,7 +299,6 @@ import of a 3rd party package at runtime).")
     (build-system go-build-system)
     (arguments
      (list
-      #:go go-1.26
       #:install-source? #f
       #:import-path "golang.org/x/tools/gopls"
       #:unpack-path "golang.org/x/tools"
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index def344cfff2..113226cb86d 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -2369,7 +2369,6 @@ types.")
     (build-system go-build-system)
     (arguments
      (list
-      #:go go-1.26
       #:install-source? #f
       #:embed-files #~(list "sorted-network-list.bin" ".*\\.css" ".*\\.html")
       #:unpack-path "github.com/ipfs/kubo"
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 9fe339e0d4d..2d9bd5928e1 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1255,7 +1255,6 @@ terminal with other users over the Internet.  tmate is a 
fork of tmux.")
     (outputs '("out" "terminfo" "shell-integration" "kitten"))
     (arguments
      (list
-      #:go go-1.26
       #:import-path "github.com/kovidgoyal/kitty/tools/cmd"
       #:unpack-path "github.com/kovidgoyal/kitty"
       #:embed-files #~(list ".*\\.xml" ".*\\.json" ".*\\.txt" ".*\\.css" 
".*\\.html" ".*\\.icc")
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 029c9ad9b17..81cce1f7b1c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -417,7 +417,6 @@ one.")
     (build-system go-build-system)
     (arguments
      (list
-      #:go go-1.26
       #:install-source? #f
       #:import-path "miniflux.app/v2"
       #:build-flags

Reply via email to