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 /gnu/packages/clojure.scm | |
| 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.
Diffstat (limited to 'gnu/packages/clojure.scm')
| -rw-r--r-- | gnu/packages/clojure.scm | 1 |
1 files changed, 0 insertions, 1 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 |
