summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
AgeCommit message (Collapse)Author
2023-04-12gnu: go-1.18: Fix packaging logic.Efraim Flashner
* gnu/packages/golang.scm (go-1.18)[arguments]: Only replace the custom 'patch-gcc:lib phase on certain architectures.
2023-04-12gnu: go-1.19: Skip 2 gccgo tests.Efraim Flashner
* gnu/packages/golang.scm (go-1.19)[arguments]: Add a phase to skip two tests depending on specific versions of gccgo.
2023-04-12gnu: go-1.17: Fix test suite on powerpc64le-linux.Efraim Flashner
* gnu/packages/golang.scm (go-1.17)[arguments]: Use custom 'patch-gcc:lib phase on powerpc64le-linux. Add a phase to adjust the allowed size of an executable in the test suite. [inputs]: Keep gcc:lib as an input on powerpc64le-linux. (go-1.18)[arguments]: Delete custom 'adjust-test-suite phase.
2023-04-12gnu: go-1.18: Adjust patch-gcclib phase.Efraim Flashner
* gnu/packages/golang.scm (go-1.18)[arguments]: Adjust the custom 'patch-gcc:lib phase for changes in the source code.
2023-03-30gnu: go: Update home page URL.Maxim Cournoyer
* gnu/packages/golang.scm (go-1.4) [home-page]: Update URL.
2023-03-30gnu: go-1.17: Update to 1.17.13.Hilton Chain
* gnu/packages/golang.scm (go-1.17): Update to 1.17.13. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-28gnu: Go 1.20: Update to 1.20.2.Leo Famulari
* gnu/packages/golang.scm (go-1.20): Update to 1.20.2.
2023-03-28gnu: Go 1.19: Update to 1.19.7.Leo Famulari
* gnu/packages/golang.scm (go-1.19): Update to 1.19.7.
2023-03-28gnu: Add go-github-com-rfjakob-eme.Felix Lechner
* gnu/packages/golang.scm (go-github-com-rfjakob-eme): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-28gnu: Add go-github-com-pkg-xattr.Felix Lechner
* gnu/packages/golang.scm (go-github-com-pkg-xattr): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-28gnu: Add go-github-com-jacobsa-reqtrace.Felix Lechner
* gnu/packages/golang.scm (go-github-com-jacobsa-reqtrace): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-28gnu: Add go-github-com-jacobsa-ogletest.Felix Lechner
* gnu/packages/golang.scm (go-github-com-jacobsa-ogletest): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-28gnu: Add go-github-com-jacobsa-oglemock.Felix Lechner
* gnu/packages/golang.scm (go-github-com-jacobsa-oglemock): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-28gnu: Add go-github-com-jacobsa-oglematchers.Felix Lechner
* gnu/packages/golang.scm (go-github-com-jacobsa-oglematchers): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-28gnu: Add go-github-com-aperturerobotics-jacobsa-crypto.Felix Lechner
* gnu/packages/golang.scm (go-github-com-aperturerobotics-jacobsa-crypto): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-28gnu: Add go-github-com-hanwen-go-fuse-v2.Felix Lechner
* gnu/packages/golang.scm (go-github-com-hanwen-go-fuse-v2): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-28gnu: go-golang-org-x-net: Update to 0.5.0.Felix Lechner
* gnu/packages/golang.scm (go-golang-org-x-net): Update to 0.5.0. (go-golang-org-x-net): Switch to gexp. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-28gnu: go-golang-org-x-sys: Update to 0.4.0.Felix Lechner
* gnu/packages/golang.scm (go-golang-org-x-sys): Update to 0.4.0. (go-golang-org-x-sys): Switch to gexp. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-21gnu: go-filippo-io-age: Update to 1.1.1.Jack Hill
* gnu/packages/golang.scm (go-filippo-io-age): Update to 1.1.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-21gnu: Add go-github-com-schollz-progressbar-v3.Sergey Trofimov
* gnu/packages/golang.scm (go-github-com-schollz-progressbar-v3): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-21gnu: Add go-github-com-mitchellh-colorstring.Sergey Trofimov
* gnu/packages/golang.scm (go-github-com-mitchellh-colorstring): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-13gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.20211016.Felix Lechner
Newer releases of this package are available but require newer versions of Golang, especially around networking. * gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): Update to 0.0.20211016. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-26gnu: go-github-com-robfig-cron-1.2: Move to (gnu packages golang).Josselin Poiret
Because (gnu packages golang) and (gnu packages check) use each other, this avoids an undefined symbol due to a module dependency cycle. * gnu/packages/check.scm (go-github-com-robfig-cron-1.2): Move to... * gnu/packages/golang.scm (go-github-com-robfig-cron-1.2): ...here. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-26gnu: Add go-golang.org-x-sync-semaphore.Timo Wilken
* gnu/packages/golang.scm (go-golang.org-x-sync-semaphore): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-16gnu: Remove unneeded module imports.Efraim Flashner
* gnu/packages/abiword.scm, * gnu/packages/ada.scm, * gnu/packages/agda.scm, * gnu/packages/backup.scm, * gnu/packages/barrier.scm, * gnu/packages/bioinformatics.scm, * gnu/packages/bootstrap.scm, * gnu/packages/bqn.scm, * gnu/packages/c.scm, * gnu/packages/chemistry.scm, * gnu/packages/coq.scm, * gnu/packages/cross-base.scm, * gnu/packages/databases.scm, * gnu/packages/emacs-xyz.scm, * gnu/packages/enlightenment.scm, * gnu/packages/games.scm, * gnu/packages/geo.scm, * gnu/packages/ghostscript.scm, * gnu/packages/gl.scm, * gnu/packages/golang.scm, * gnu/packages/jami.scm, * gnu/packages/java-maths.scm, * gnu/packages/kde-frameworks.scm, * gnu/packages/kde-plasma.scm, * gnu/packages/language.scm, * gnu/packages/libreoffice.scm, * gnu/packages/linphone.scm, * gnu/packages/lisp.scm, * gnu/packages/llvm.scm, * gnu/packages/machine-learning.scm, * gnu/packages/minetest.scm, * gnu/packages/monitoring.scm, * gnu/packages/nfs.scm, * gnu/packages/ocr.scm, * gnu/packages/opencl.scm, * gnu/packages/pdf.scm, * gnu/packages/python-xyz.scm, * gnu/packages/racket.scm, * gnu/packages/rust.scm, * gnu/packages/syncthing.scm, * gnu/packages/syndication.scm, * gnu/packages/telegram.scm, * gnu/packages/vulkan.scm, * gnu/packages/web-browsers.scm, * gnu/packages/web.scm, * gnu/packages/webkit.scm: Remove some unecessary module imports.
2023-02-12gnu: go-gopkg-in-yaml-v3: Update to 3.0.1.Gleb Zakharov
This addresses an apparent upstream hash change, which was actually our own fault: the Guix package underspecified the version as ‘3’ instead of ‘3.0.0’, hence treating the ‘v3’ *branch* as a tag. Guix's hash for ‘3’ never matched upstream's ‘3.0.0’ release, so upgrade straight to ‘3.0.1’. * gnu/packages/golang.scm (go-gopkg-in-yaml-v3): Update to 3.0.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-14gnu: golang.scm: Update comment about bootstrapping go.Efraim Flashner
* gnu/packages/golang.scm: Update the comment at the top of the file about bootstrapping go on different architectures and about which versions of gccgo are currently provided.
2023-02-14gnu: go-1.17: Skip tests on riscv64-linux.Efraim Flashner
* gnu/packages/golang.scm (go-1.17)[arguments]: When building for riscv64-linux skip the test suite.
2023-02-14gnu: go-1.14: On systems not supported by go-1.4 use gccgo-12.Efraim Flashner
* gnu/packages/golang.scm (go-1.14)[native-inputs]: On systems not supported by go-1.4 replace gccgo-10 with gccgo-12. (go-1.17)[native-inputs]: Remove workaround and inherit from go-1.14.
2023-02-11gnu: go-github-com-gatherstars-com-jwz: Update to 1.3.1.Efraim Flashner
* gnu/packages/golang.scm (go-github-com-gatherstars-com-jwz): Update to 1.3.1.
2023-02-11gnu: go-github-com-rakyll-statik: Fix building with go-1.18+.Efraim Flashner
* gnu/packages/golang.scm (go-github-com-rakyll-statik)[source]: Add snippet to allow building with a newer go.
2023-02-09gnu: go-github-com-spf13-pflag: Fix building with newer go.Efraim Flashner
* gnu/packages/golang.scm (go-github-com-spf13-pflag)[source]: Add snippet to fix test suite with newer versions of go.
2023-02-09gnu: Add the Go standard library 1.20.Hilton Chain
* gnu/packages/golang.scm (go-std-1.20): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-09gnu: Add Go 1.20.Hilton Chain
* gnu/packages/golang.scm (go-1.20): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-08gnu: go-1.16: Remove redundant native-input substitution.Efraim Flashner
* gnu/packages/golang.scm (go-1.16)[native-inputs]: More directly inherit from go-1.14.
2023-02-07gnu: Add gopls.Katherine Cox-Buday
* gnu/packages/golang.scm (gopls): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07gnu: Add go-mvdan-cc-gofumpt.Katherine Cox-Buday
* gnu/packages/golang.scm (go-mvdan-cc-gofumpt): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07gnu: Add gofumpt.Katherine Cox-Buday
* gnu/packages/golang.scm (gofumpt): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07gnu: go-honnef-co-go-tools: Update to 0.3.3.Katherine Cox-Buday
* gnu/packages/golang.scm (go-honnef-co-go-tools): Update to 0.3.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07gnu: go-github-com-burntsushi-toml: Update to 1.2.1.Katherine Cox-Buday
* gnu/packages/golang.scm (go-github-com-burntsushi-toml): Update to 1.2.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07gnu: Add go-golang-org-x-vuln.Katherine Cox-Buday
* gnu/packages/golang.scm (go-golang-org-x-vuln): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07gnu: Add govulncheck.Katherine Cox-Buday
* gnu/packages/golang.scm (govulncheck): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07gnu: Add go-mvdan-cc-unparam.Katherine Cox-Buday
* gnu/packages/golang.scm (go-mvdan-cc-unparam): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07gnu: Add unparam.Katherine Cox-Buday
* gnu/packages/golang.scm (unparam): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07gnu: Add go-github-com-google-go-cmdtest.Katherine Cox-Buday
* gnu/packages/golang.scm (go-github-com-google-go-cmdtest): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07gnu: Add go-github-com-client9-misspell.Katherine Cox-Buday
* gnu/packages/golang.scm (go-github-com-client9-misspell): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07gnu: Add misspell.Katherine Cox-Buday
* gnu/packages/golang.scm (misspell): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07gnu: Add go-mvdan-cc-xurls.Katherine Cox-Buday
* gnu/packages/golang.scm (go-mvdan-cc-xurls): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07gnu: Add xurls.Katherine Cox-Buday
* gnu/packages/golang.scm (xurls): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07gnu: go-golang-org-x-tools: Update to 0.5.0.Katherine Cox-Buday
* gnu/packages/golang.scm (go-golang-org-x-tools): Update to 0.5.0. Signed-off-by: Christopher Baines <mail@cbaines.net>