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/ipfs.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/ipfs.scm')
| -rw-r--r-- | gnu/packages/ipfs.scm | 1 |
1 files changed, 0 insertions, 1 deletions
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" |
