diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-26 14:47:36 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-26 14:47:51 +0100 |
| commit | 70a150c4c77a1ff4f19d77af7d64173b9b48af58 (patch) | |
| tree | e3c3ae188d3994b5ea6983ff75b86eb16cb45c3c | |
| parent | 0efdaafcc5d4f1aa2fe52b9016d6cce0a48c5e50 (diff) | |
gnu: Remove #:go arguments using go-1.26.go-team
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.
| -rw-r--r-- | gnu/packages/clojure.scm | 1 | ||||
| -rw-r--r-- | gnu/packages/engineering.scm | 1 | ||||
| -rw-r--r-- | gnu/packages/golang-apps.scm | 1 | ||||
| -rw-r--r-- | gnu/packages/ipfs.scm | 1 | ||||
| -rw-r--r-- | gnu/packages/terminals.scm | 1 | ||||
| -rw-r--r-- | gnu/packages/web.scm | 1 |
6 files changed, 0 insertions, 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.") | |||
| 1275 | (build-system go-build-system) | 1275 | (build-system go-build-system) |
| 1276 | (arguments | 1276 | (arguments |
| 1277 | (list | 1277 | (list |
| 1278 | #:go go-1.26 | ||
| 1279 | #:install-source? #f | 1278 | #:install-source? #f |
| 1280 | #:import-path "github.com/nooga/let-go")) | 1279 | #:import-path "github.com/nooga/let-go")) |
| 1281 | (native-inputs | 1280 | (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.") | |||
| 1805 | (build-system go-build-system) | 1805 | (build-system go-build-system) |
| 1806 | (arguments | 1806 | (arguments |
| 1807 | (list | 1807 | (list |
| 1808 | #:go go-1.26 | ||
| 1809 | #:install-source? #f | 1808 | #:install-source? #f |
| 1810 | #:modules | 1809 | #:modules |
| 1811 | '((guix build go-build-system) | 1810 | '((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).") | |||
| 299 | (build-system go-build-system) | 299 | (build-system go-build-system) |
| 300 | (arguments | 300 | (arguments |
| 301 | (list | 301 | (list |
| 302 | #:go go-1.26 | ||
| 303 | #:install-source? #f | 302 | #:install-source? #f |
| 304 | #:import-path "golang.org/x/tools/gopls" | 303 | #:import-path "golang.org/x/tools/gopls" |
| 305 | #:unpack-path "golang.org/x/tools" | 304 | #: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.") | |||
| 2369 | (build-system go-build-system) | 2369 | (build-system go-build-system) |
| 2370 | (arguments | 2370 | (arguments |
| 2371 | (list | 2371 | (list |
| 2372 | #:go go-1.26 | ||
| 2373 | #:install-source? #f | 2372 | #:install-source? #f |
| 2374 | #:embed-files #~(list "sorted-network-list.bin" ".*\\.css" ".*\\.html") | 2373 | #:embed-files #~(list "sorted-network-list.bin" ".*\\.css" ".*\\.html") |
| 2375 | #:unpack-path "github.com/ipfs/kubo" | 2374 | #: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.") | |||
| 1255 | (outputs '("out" "terminfo" "shell-integration" "kitten")) | 1255 | (outputs '("out" "terminfo" "shell-integration" "kitten")) |
| 1256 | (arguments | 1256 | (arguments |
| 1257 | (list | 1257 | (list |
| 1258 | #:go go-1.26 | ||
| 1259 | #:import-path "github.com/kovidgoyal/kitty/tools/cmd" | 1258 | #:import-path "github.com/kovidgoyal/kitty/tools/cmd" |
| 1260 | #:unpack-path "github.com/kovidgoyal/kitty" | 1259 | #:unpack-path "github.com/kovidgoyal/kitty" |
| 1261 | #:embed-files #~(list ".*\\.xml" ".*\\.json" ".*\\.txt" ".*\\.css" ".*\\.html" ".*\\.icc") | 1260 | #: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.") | |||
| 417 | (build-system go-build-system) | 417 | (build-system go-build-system) |
| 418 | (arguments | 418 | (arguments |
| 419 | (list | 419 | (list |
| 420 | #:go go-1.26 | ||
| 421 | #:install-source? #f | 420 | #:install-source? #f |
| 422 | #:import-path "miniflux.app/v2" | 421 | #:import-path "miniflux.app/v2" |
| 423 | #:build-flags | 422 | #:build-flags |
