Efraim Flashner
672036c6df
gnu: Remove unneeded module imports.
...
* 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-16 22:41:03 +02:00
Gleb Zakharov
630b6e62d2
gnu: go-gopkg-in-yaml-v3: Update to 3.0.1.
...
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-12 01:00:00 +01:00
Efraim Flashner
542fcc3dfe
gnu: golang.scm: Update comment about bootstrapping go.
...
* 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-14 13:59:05 +02:00
Efraim Flashner
024a8b3995
gnu: go-1.17: Skip tests on riscv64-linux.
...
* gnu/packages/golang.scm (go-1.17)[arguments]: When building for
riscv64-linux skip the test suite.
2023-02-14 13:59:05 +02:00
Efraim Flashner
455ecb5cbe
gnu: go-1.14: On systems not supported by go-1.4 use gccgo-12.
...
* 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-14 13:59:02 +02:00
Efraim Flashner
c8423a5457
gnu: go-github-com-gatherstars-com-jwz: Update to 1.3.1.
...
* gnu/packages/golang.scm (go-github-com-gatherstars-com-jwz): Update to
1.3.1.
2023-02-11 19:11:38 +02:00
Efraim Flashner
8490327e53
gnu: go-github-com-rakyll-statik: Fix building with go-1.18+.
...
* gnu/packages/golang.scm (go-github-com-rakyll-statik)[source]: Add
snippet to allow building with a newer go.
2023-02-11 18:42:07 +02:00
Efraim Flashner
3584cff93d
gnu: go-github-com-spf13-pflag: Fix building with newer go.
...
* gnu/packages/golang.scm (go-github-com-spf13-pflag)[source]: Add
snippet to fix test suite with newer versions of go.
2023-02-09 21:58:18 +02:00
Hilton Chain
1a5f5694a7
gnu: Add the Go standard library 1.20.
...
* gnu/packages/golang.scm (go-std-1.20): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-09 14:27:31 +01:00
Hilton Chain
1cc0f0efd4
gnu: Add Go 1.20.
...
* gnu/packages/golang.scm (go-1.20): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-09 14:27:27 +01:00
Efraim Flashner
e16158ddd0
gnu: go-1.16: Remove redundant native-input substitution.
...
* gnu/packages/golang.scm (go-1.16)[native-inputs]: More directly
inherit from go-1.14.
2023-02-08 09:26:20 +02:00
Katherine Cox-Buday
f3ab5888a0
gnu: Add gopls.
...
* gnu/packages/golang.scm (gopls): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:55 +01:00
Katherine Cox-Buday
3b223b8e91
gnu: Add go-mvdan-cc-gofumpt.
...
* gnu/packages/golang.scm (go-mvdan-cc-gofumpt): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:55 +01:00
Katherine Cox-Buday
15330b625a
gnu: Add gofumpt.
...
* gnu/packages/golang.scm (gofumpt): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:55 +01:00
Katherine Cox-Buday
dfd1bcb3a6
gnu: go-honnef-co-go-tools: Update to 0.3.3.
...
* gnu/packages/golang.scm (go-honnef-co-go-tools): Update to 0.3.3.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:54 +01:00
Katherine Cox-Buday
90a2ef549b
gnu: go-github-com-burntsushi-toml: Update to 1.2.1.
...
* gnu/packages/golang.scm (go-github-com-burntsushi-toml): Update to 1.2.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:54 +01:00
Katherine Cox-Buday
967ce806f4
gnu: Add go-golang-org-x-vuln.
...
* gnu/packages/golang.scm (go-golang-org-x-vuln): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:54 +01:00
Katherine Cox-Buday
83b58b5f51
gnu: Add govulncheck.
...
* gnu/packages/golang.scm (govulncheck): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:54 +01:00
Katherine Cox-Buday
cfbd6e90a0
gnu: Add go-mvdan-cc-unparam.
...
* gnu/packages/golang.scm (go-mvdan-cc-unparam): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:54 +01:00
Katherine Cox-Buday
347ac7fbde
gnu: Add unparam.
...
* gnu/packages/golang.scm (unparam): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:54 +01:00
Katherine Cox-Buday
a62ed0b3bf
gnu: Add go-github-com-google-go-cmdtest.
...
* gnu/packages/golang.scm (go-github-com-google-go-cmdtest): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:54 +01:00
Katherine Cox-Buday
068a3709dc
gnu: Add go-github-com-client9-misspell.
...
* gnu/packages/golang.scm (go-github-com-client9-misspell): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:53 +01:00
Katherine Cox-Buday
502f7ed25c
gnu: Add misspell.
...
* gnu/packages/golang.scm (misspell): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:53 +01:00
Katherine Cox-Buday
7938d68b6b
gnu: Add go-mvdan-cc-xurls.
...
* gnu/packages/golang.scm (go-mvdan-cc-xurls): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:53 +01:00
Katherine Cox-Buday
cd51d1340c
gnu: Add xurls.
...
* gnu/packages/golang.scm (xurls): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:53 +01:00
Katherine Cox-Buday
35fedd1719
gnu: go-golang-org-x-tools: Update to 0.5.0.
...
* gnu/packages/golang.scm (go-golang-org-x-tools): Update to 0.5.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:53 +01:00
Katherine Cox-Buday
19c81c1517
gnu: gopkg-in-errgo-fmt-errors: Rename to go-gopkg-in-errgo-fmt-errors.
...
* gnu/packages/golang.scm (gopkg-in-errgo-fmt-errors):
Rename to …
(go-gopkg-in-errgo-fmt-errors): … this.
* gnu/packages/configuration-management.scm (chezmoi)[native-inputs]: Update
accordingly.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:53 +01:00
Katherine Cox-Buday
4b249fcb03
gnu: go-github-com-rogpeppe-go-internal: Update to 1.9.0.
...
* gnu/packages/golang.scm (go-github-com-rogpeppe-go-internal): Update to 1.9.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:53 +01:00
Katherine Cox-Buday
1c55f1258e
gnu: go-github-com-pkg-diff: Update to 0.0.0-20210226163009-20ebb0f2a09e.
...
* gnu/packages/golang.scm (go-github-com-pkg-diff): Update to 0.0.0-20210226163009-20ebb0f2a09e.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:52 +01:00
Katherine Cox-Buday
edace44c4a
gnu: go-github-com-google-go-cmp-cmp: Update to 0.5.9.
...
* gnu/packages/golang.scm (go-github-com-google-go-cmp-cmp): Update to 0.5.9.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:52 +01:00
Katherine Cox-Buday
ed4effffd2
gnu: Add go-github-com-jba-templatecheck.
...
* gnu/packages/golang.scm (go-github-com-jba-templatecheck): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:52 +01:00
Katherine Cox-Buday
195780da77
gnu: Add go-github-com-google-safehtml.
...
* gnu/packages/golang.scm (go-github-com-google-safehtml): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:52 +01:00
Katherine Cox-Buday
9fbbfea40b
gnu: Add go-github-com-jba-printsrc.
...
* gnu/packages/golang.scm (go-github-com-jba-printsrc): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:52 +01:00
Katherine Cox-Buday
0d1caba124
gnu: Add go-golang-org-x-exp.
...
* gnu/packages/golang.scm (go-golang-org-x-exp): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:52 +01:00
Katherine Cox-Buday
855c203fed
gnu: go-golang-org-x-mod: Update to 0.7.0.
...
* gnu/packages/golang.scm (go-golang-org-x-mod): Update to 0.7.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:52 +01:00
Katherine Cox-Buday
0fd87785bd
gnu: go-golang-org-x-sync: Update to 0.1.0-1.8fcdb60.
...
* gnu/packages/golang.scm (go-golang-org-x-sync): Update to 0.1.0-1.8fcdb60.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 00:05:51 +01:00
Hilton Chain
a94c6d78ba
gnu: go-1.19: Update to 1.19.5.
...
* gnu/packages/golang.scm (go-1.19): Update to 1.19.5.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-03 15:28:03 +01:00
Hilton Chain
76e03a7e98
gnu: go-1.18: Update to 1.18.10.
...
* gnu/packages/golang.scm (go-1.18): Update to 1.18.10.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-03 15:27:22 +01:00
Giacomo Leidi
8d43706a02
gnu: go-github-com-andybalholm-cascadia: Update to 1.3.1.
...
* gnu/packages/golang.scm (go-github-com-andybalholm-cascadia): Update to 1.3.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-01-31 14:17:58 +00:00
Hilton Chain
7f501b9835
gnu: Add go-github-com-macronut-go-tproxy.
...
* gnu/packages/golang.scm (go-github-com-macronut-go-tproxy): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-30 23:40:43 +01:00
Hilton Chain
124ca1e500
gnu: Add go-github-com-google-gopacket.
...
* gnu/packages/golang.scm (go-github-com-google-gopacket): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-30 23:40:36 +01:00
Tobias Geerinckx-Rice
b0801110cc
gnu: lf: Fix build.
...
* gnu/packages/golang.scm (go-github-com-gdamore-tcell-v2-2.3): New public variable.
* gnu/packages/disk.scm (lf)[native-inputs]: Use it instead of
go-github-com-gdamore-tcell-v2.
Reported by Tyler Wolf <https://issues.guix.gnu.org/59663 >.
2022-11-27 01:00:17 +01:00
(
e75e699ec3
gnu: Add go-git-sr-ht-rockorager-tcell-term.
...
* gnu/packages/golang.scm (go-git-sr-ht-rockorager-tcell-term):
New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:46:30 -05:00
(
12a09206c3
gnu: go-github-com-gdamore-tcell-v2: Update to 2.5.3.
...
* gnu/packages/golang.scm (go-github-com-gdamore-tcell-v2): Update
to 2.5.3.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:46:18 -05:00
(
bba6ad665a
gnu: Add go-github-com-emersion-go-mbox.
...
* gnu/packages/golang.scm (go-github-com-emersion-go-mbox): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:46:13 -05:00
(
46fbb3e498
gnu: Add go-github-com-syndtr-goleveldb-leveldb.
...
* gnu/packages/golang.scm (go-github-com-syndtr-goleveldb-leveldb): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:46:08 -05:00
(
1e2cefd0e8
gnu: Add go-github-com-onsi-ginkgo.
...
* gnu/packages/golang.scm (go-github-com-onsi-ginkgo): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:46:04 -05:00
(
cc810a72fb
gnu: Add go-github-com-go-task-slim-sprig.
...
* gnu/packages/golang.scm (go-github-com-go-task-slim-sprig): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:45:59 -05:00
(
a0981f9182
gnu: Add go-github-com-nxadm-tail.
...
* gnu/packages/golang.scm (go-github-com-nxadm-tail): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:45:41 -05:00
(
ecc9c4c3f6
gnu: Add go-gopkg-in-tomb-v1.
...
* gnu/packages/golang.scm (go-gopkg-in-tomb-v1): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:45:32 -05:00
(
1cce28235d
gnu: Add go-github-com-onsi-gomega.
...
* gnu/packages/golang.scm (go-github-com-onsi-gomega): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:45:25 -05:00
(unmatched-parenthesis
992d69b1e7
gnu: Add go-github-com-emersion-go-msgauth.
...
* gnu/packages/golang.scm (go-github-com-emersion-go-msgauth): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:32:14 -05:00
(unmatched-parenthesis
088af73409
gnu: Add go-github-com-emersion-go-milter.
...
* gnu/packages/golang.scm (go-github-com-emersion-go-milter): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:32:09 -05:00
(unmatched-parenthesis
22789276b5
gnu: Add go-github-com-emersion-go-maildir.
...
* gnu/packages/golang.scm (go-github-com-emersion-go-maildir): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:32:05 -05:00
(unmatched-parenthesis
29b0fc4cda
gnu: Add go-github-com-lithammer-fuzzysearch.
...
* gnu/packages/golang.scm (go-github-com-lithammer-fuzzysearch): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:31:58 -05:00
(unmatched-parenthesis
a3e196f69e
gnu: Add go-git-sr-ht--sircmpwn-getopt.
...
* gnu/packages/golang.scm (go-git-sr-ht--sircmpwn-getopt): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:31:43 -05:00
(unmatched-parenthesis
9bb0001a0e
gnu: Add go-github-com-arran4-golang-ical.
...
* gnu/packages/golang.scm (go-github-com-arran4-golang-ical): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:31:38 -05:00
(unmatched-parenthesis
5e2c3f9035
gnu: Add go-github-com-niemeyer-pretty.
...
* gnu/packages/golang.scm (go-github-com-niemeyer-pretty): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:31:34 -05:00
(unmatched-parenthesis
26e57c2318
gnu: Add go-github-com-emersion-go-smtp.
...
* gnu/packages/golang.scm (go-github-com-emersion-go-smtp): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:31:10 -05:00
(unmatched-parenthesis
4118197603
gnu: Add go-github-com-emersion-go-pgpmail.
...
* gnu/packages/golang.scm (go-github-com-emersion-go-pgpmail): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:31:03 -05:00
(unmatched-parenthesis
171f1918ca
gnu: Add go-github-com-protonmail-go-crypto.
...
* gnu/packages/golang.scm (go-github-com-protonmail-go-crypto): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:30:48 -05:00
(unmatched-parenthesis
c4618ca13f
gnu: Add go-github-com-emersion-go-imap-sortthread.
...
* gnu/packages/golang.scm (go-github-com-emersion-go-imap-sortthread):
New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:21:01 -05:00
(unmatched-parenthesis
394a33f74c
gnu: go-github-com-emersion-go-imap: Update to 1.2.1.
...
* gnu/packages/golang.scm (go-github-com-emersion-go-imap): Update
to 1.2.1.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:20:56 -05:00
(unmatched-parenthesis
f42e4f22f6
gnu: go-github-com-emersion-go-sasl: Update to 0b9dcfb.
...
* gnu/packages/golang.scm (go-github-com-emersion-go-sasl): Update
to 0b9dcfb.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:20:48 -05:00
(unmatched-parenthesis
eca45904e6
gnu: Add go-github-com-emersion-go-message.
...
* gnu/packages/golang.scm (go-github-com-emersion-go-message): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:20:40 -05:00
(unmatched-parenthesis
fd52a5986f
gnu: Add go-github-com-emersion-go-textwrapper.
...
* gnu/packages/golang.scm (go-github-com-emersion-go-textwrapper): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:20:35 -05:00
(unmatched-parenthesis
683c8c9db4
gnu: Add go-github-com-gatherstars-com-jwz.
...
* gnu/packages/golang.scm (go-github-com-gatherstars-com-jwz): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:20:26 -05:00
(unmatched-parenthesis
9a49beb272
gnu: Add go-github-com-jhillyerd-enmime.
...
* gnu/packages/golang.scm (go-github-com-jhillyerd-enmime): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:20:13 -05:00
(unmatched-parenthesis
17495dae46
gnu: Add go-github-com-cention-sany-utf7.
...
* gnu/packages/golang.scm (go-github-com-cention-sany-utf7): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:20:04 -05:00
(unmatched-parenthesis
8177fec860
gnu: Add go-github-com-go-test-deep.
...
* gnu/packages/golang.scm (go-github-com-go-test-deep): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-27 10:17:18 -05:00
Felix Lechner
4ca2159bab
gnu: Add go-github-com-hebcal-hebcal-go.
...
* gnu/packages/golang.scm (go-github-com-hebcal-hebcal-go): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-24 09:44:25 +00:00
Felix Lechner
b0307b7c12
gnu: Add go-github-com-hebcal-gematriya.
...
* gnu/packages/golang.scm (go-github-com-hebcal-gematriya): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-24 09:44:25 +00:00
Felix Lechner
58eef1a258
gnu: Add go-github-com-nathan-osman-go-sunrise.
...
* gnu/packages/golang.scm (go-github-com-nathan-osman-go-sunrise): New
variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-24 09:44:24 +00:00
(unmatched-parenthesis
7343bb8325
gnu: Add go-github-com-jaytaylor-html2text.
...
* gnu/packages/golang.scm (go-github-com-jaytaylor-html2text): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-20 08:54:11 -05:00
(unmatched-parenthesis
4fb0b075e4
gnu: Add go-github-com-gogs-chardet.
...
* gnu/packages/golang.scm (go-github-com-gogs-chardet): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-20 08:54:11 -05:00
(unmatched-parenthesis
a2af6352e3
gnu: Add go-github-com-ssor-bom.
...
* gnu/packages/golang.scm (go-github-com-ssor-bom): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-20 08:54:11 -05:00
(unmatched-parenthesis
9290e943cf
gnu: Add go-github-com-rivo-tview.
...
* gnu/packages/golang.scm (go-github-com-rivo-tview): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-20 08:54:11 -05:00
(unmatched-parenthesis
ae90aaa60c
gnu: Rename go-golang-org-colorful to go-github-com-lucasb-eyer-go-colorful.
...
* gnu/packages/golang.scm (go-golang-org-colorful): Deprecate and rename to...
(go-github-com-lucasb-eyer-go-colorful): ...this.
(go-github-com-gdamore-tcell)[inputs]: Rename go-golang-org-colorful to
go-github-com-lucasb-eyer-go-colorful.
(go-github-com-muesli-termenv)[inputs]: Likewise.
(go-github-com-charmbracelet-glamour)[inputs]: Likewise.
(go-github-com-charmbracelet-bubbletea)[inputs]: Likewise.
* gnu/packages/configuration-management.scm (chezmoi)[native-inputs]: Rename
go-golang-org-colorful to go-github-com-lucasb-eyer-go-colorful.
* gnu/packages/image-viewers.scm (pixterm)[inputs]: Likewise.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-20 08:31:05 -05:00
(unmatched-parenthesis
35cbf0c04a
gnu: Add go-github-com-go-ini-ini.
...
* gnu/packages/golang.scm (go-github-com-go-ini-ini): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-20 08:31:05 -05:00
(
cfec9f0552
gnu: go-github-com-zenhack-go-notmuch: Use ungexp-native.
...
* gnu/packages/golang.scm (go-github-com-zenhack-go-notmuch)
[arguments]<#:phases>{'unpack-test-fixtures}: Use ungexp-native with
notmuch-fixtures.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-20 12:00:04 +00:00
(unmatched-parenthesis
8cef05bab6
gnu: Add go-github-com-kyoh86-xdg.
...
* gnu/packages/golang.scm (go-github-com-kyoh86-xdg): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-19 23:45:29 -05:00
(unmatched-parenthesis
5f8a2a7a69
gnu: Add go-github-com-miolini-datacounter.
...
* gnu/packages/golang.scm (go-github-com-miolini-datacounter): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-15 02:08:41 -05:00
(unmatched-parenthesis
02824cda55
gnu: Add go-github-com-riywo-loginshell.
...
* gnu/packages/golang.scm (go-github-com-riywo-loginshell): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-15 01:24:28 -05:00
(unmatched-parenthesis
c37b6fba1a
gnu: Add go-github-com-xo-terminfo.
...
* gnu/packages/golang.scm (go-github-com-xo-terminfo): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-11 00:49:38 -05:00
(unmatched-parenthesis
8835937ea5
gnu: Add go-google-golang-org-protobuf.
...
* gnu/packages/golang.scm (go-google-golang-org-protobuf): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-11 00:21:23 -05:00
(unmatched-parenthesis
a6d2ae431a
gnu: Add go-github-com-creack-pty.
...
* gnu/packages/golang.scm (go-github-com-creack-pty): New variable.
* guix/build-system/go.scm (go-target): Add to exported variables.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-10 23:17:18 -05:00
Vagrant Cascadian
15ff5eebb6
gnu: Fix various lint issues in synopsis and descriptions.
...
* gnu/packages/android.scm (etc1tool)[synopsis]: Drop trailing period.
* gnu/packages/bioinformatics.scm (mudskipper)[synopsis]: Likewise.
* gnu/packages/crates-io.scm (rust-async-log-attributes-1)[synopsis]: Likewise.
(rust-atomic-polyfill-1)[synopsis]: Likewise.
(rust-modifier-0.1)[synopsis]: Likewise.
(rust-openssl-macros-0.1)[synopsis]: Likewise.
(rust-syn-mid-0.5)[synopsis]: Likewise.
(rust-toml-edit-0.14)[synopsis]: Likewise.
(rust-valuable-derive-0.1)[synopsis]: Likewise.
(rust-inflections-1)[synopsis]: Likewise.
* gnu/packages/databases.scm (python-databases)[synopsis]: Likewise.
* gnu/packages/games.scm (liquidwar6)[synopsis]: Likewise.
* gnu/packages/golang.scm (go-golang.org-x-sync-errgroup)[synopsis]: Likewise.
* gnu/packages/guile-xyz.scm (guile-config)[synopsis]: Likewise.
* gnu/packages/haskell-web.scm (ghc-hxt-xpath)[synopsis]: Likewise.
* gnu/packages/haskell-xyz.scm (ghc-string-qq)[synopsis]: Likewise.
* gnu/packages/machine-learning.scm (python-lap)[synopsis]: Likewise.
(python-pyro-api)[synopsis]: Likewise.
* gnu/packages/messaging.scm (python-librecaptcha)[synopsis]: Likewise.
* gnu/packages/python-check.scm (python-pytest-cram)[synopsis]: Likewise.
* gnu/packages/python-web.scm (python-jschema-to-python)[synopsis]: Likewise.
(python-sarif-om)[synopsis]: Likewise.
(python-socksio)[synopsis]: Likewise.
(python-msrest)[synopsis]: Likewise.
* gnu/packages/tor.scm (torsocks)[synopsis]: Likewise.
* gnu/packages/cran.scm (r-rlist)[synopsis]: Remove leading article.
* gnu/packages/crates-io.scm (rust-clippy-lints-0.0.153)[synopsis]: Likewise.
(rust-simplelog-0.11)[synopsis]: Likewise.
* gnu/packages/samba.scm (wsdd)[synopsis]: Likewise.
* gnu/packages/crates-io.scm (rust-spki-0.4)[synopsis]: Remove trailing
whitespace.
* gnu/packages/golang.scm (go-github-com-mattn-go-zglob)[description]: Remove
leading whitespace.
* gnu/packages/haskell-check.scm (ghc-crypto-cipher-tests)[description]:
Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-ctype)[synopsis]: Remove trailing
whitespace.
* gnu/packages/mpi.scm (openmpi-thread-multiple)[description]: Remove leading
whitespace.
* gnu/packages/node-xyz.scm (node-string-decoder)[synopsis]: Remove trailing
whitespace.
2022-10-31 18:13:48 -07:00
(unmatched-parenthesis
c3f391376b
* gnu/packages/golang.scm (notmuch-fixtures): New variable here...
...
(go-github-com-zenhack-go-notmuch): ...and here.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-10-31 02:09:30 -04:00
Greg Hogan
a2f6900761
gnu: gron: Update to 0.7.1
...
* gnu/packages/golang.scm (gron): Update to 0.7.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-25 10:29:10 +01:00
Felix Lechner
92d2cb0f2b
gnu: go-github-com-sabhiram-go-gitignore: 1.0.2-1.525f6e1.
...
* gnu/packages/golang.scm (go-github-com-sabhiram-go-gitignore): Update to
1.0.2-1.525f6e1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-25 10:19:45 +01:00
Vagrant Cascadian
d3e982dccb
gnu: Fix typos.
...
* gnu/packages/emacs-xyz.scm (emacs-piem)[description]: Fix use of "This
packages".
* gnu/packages/tex.scm (texlive-hardwrap)[description]: Fix spelling of
"arbitrary".
* gnu/packages/cran.scm (r-shinymanager)[description]: Fix spelling of
"authentication".
* gnu/packages/lisp-xyz.scm (sbcl-utils-kt)[description]: Fix spelling of
"developed".
* gnu/packages/crates-io.scm (rust-fs-utils-1)[description]: Fix spelling of
"filesystem".
[synopsis]: Likewise.
* gnu/packages/haxe.scm (neko)[description]: Fix spelling of "functions".
* gnu/packages/animation.scm (swftools)[description]: Fix needless
pluralization of "information".
* gnu/packages/lisp-xyz.scm (sbcl-slot-extra-options)[description]: Fix
spelling of "inheritance".
* gnu/packages/emacs-xyz.scm (emacs-js-comint)[description]: Fix spelling of
"interpreter".
* gnu/packages/coq.scm (coq-mathcomp-finmap)[description]: Fix spelling of
"library".
* gnu/services/lightdm.scm (lightdm-configuration): Fix spelling of
"mechanism".
* gnu/packages/emacs-xyz.scm (emacs-citar-org-roam)[synopsis]: Fix spelling of
"package".
* gnu/packages/games.scm (freerct)[description]: Fix spelling of
"responsibilities".
* gnu/packages/statistics.scm (r-mixedpower)[description]: Fix spelling of
"separate".
* gnu/packages/accessibility.scm (espeakup)[description]: Fix spelling of
"speech".
* gnu/packages/bioinformatics.scm (r-skitools)[synopsis]: Fix spelling of
"utilities".
* gnu/packages/golang.scm (go-github-com-savsgio-gotils)[synopsis]: Fix
spelling of "utilities".
[description]: Likewise.
* gnu/system.scm (boot-file-system-service os): Fix spelling of "utilities".
2022-10-23 17:03:09 -07:00
Tobias Geerinckx-Rice
e02a49e11d
gnu: Add age-keygen.
...
* gnu/packages/golang.scm (age-keygen): New public variable.
2022-10-16 02:00:33 +02:00
Tobias Geerinckx-Rice
d618307725
gnu: Add go-filippo-io-age.
...
* gnu/packages/password-utils.scm (age): Move from here…
* gnu/packages/golang.scm (age): …to here, and inherit from…
(go-filippo-io-age): …this new source-only package variable.
2022-10-16 02:00:33 +02:00
Nicolas Graves
4daa160b7b
gnu: Add age.
...
* gnu/packages/password-utils.scm (age): New variable.
2022-10-16 02:00:02 +02:00
Nicolas Graves
638d60c4a2
gnu: Add go-filippo-io-edwards25519.
...
* gnu/packages/golang.scm (go-filippo-io-edwards25519): New variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-10-16 02:00:02 +02:00
Adam Kandur
bf59d83699
gnu: Add go-github-com-savsgio-gotils.
...
* gnu/packages/golang.scm (go-github-com-savsgio-gotils): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-13 12:28:15 +01:00
Dhruvin Gandhi
0ef69fb724
gnu: go-github-com-spf13-cobra: Update to 1.5.0.
...
* gnu/packages/golang.scm (go-github-com-spf13-cobra): Update to 1.5.0.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-10-10 00:02:04 -04:00
Dhruvin Gandhi
5002e1ac05
gnu: Add go-github-com-juju-ansiterm.
...
* gnu/packages/golang.scm (go-github-com-juju-ansiterm): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-10-08 00:10:30 -04:00
Dhruvin Gandhi
feee342b66
gnu: Add go-github-com-lunixbochs-vtclean.
...
* gnu/packages/golang.scm (go-github-com-lunixbochs-vtclean): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-10-08 00:10:30 -04:00
Dhruvin Gandhi
f0902bd2c0
gnu: Add go-git-sr-ht-emersion-gqlclient.
...
* gnu/packages/golang.scm (go-git-sr-ht-emersion-gqlclient): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-10-08 00:10:30 -04:00
Dhruvin Gandhi
ddc59a63b7
gnu: Add go-git-sr-ht-emersion-go-scfg.
...
* gnu/packages/golang.scm (go-git-sr-ht-emersion-go-scfg): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-10-08 00:10:30 -04:00
Dhruvin Gandhi
4a47fcbdb4
gnu: Add go-github-com-google-shlex.
...
* gnu/packages/golang.scm (go-github-com-google-shlex): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-10-08 00:10:29 -04:00
Hilton Chain
5bd048debf
gnu: Add go-1.19.
...
* gnu/packages/golang (go-1.19,go-std-1.19): New variables.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 15:23:07 +03:00
Hilton Chain
f44ba4a1ad
gnu: Add go-1.18.
...
* gnu/packages/golang (go-1.18,go-std-1.18): New variables.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 15:22:53 +03:00
Adam Kandur
a53ef49baa
gnu: Add go-github-com-goccy-go-json.
...
* gnu/packages/golang.scm (go-github-com-goccy-go-json): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-09-10 11:32:47 +01:00
Christopher Baines
ad1d3f98b1
gnu: Add comments to the bottom of a few package modules.
...
This will hopefully discourage patches which add new packages to the bottom of
files, as this increases the likelihood of conflicts when applying patches.
If there are more specific ways that packages should be arranged in specific
modules, this message can be updated accordingly.
* gnu/packages/bioconductor.scm: Add comment discouraging adding packages to
the bottom of the file.
* gnu/packages/bioinformatics.scm: ditto.
* gnu/packages/cran.scm: ditto.
* gnu/packages/crates-io.scm: ditto.
* gnu/packages/emacs-xyz.scm: ditto.
* gnu/packages/golang.scm: ditto.
* gnu/packages/guile-xyz.scm: ditto.
* gnu/packages/haskell-xyz.scm: ditto.
* gnu/packages/java.scm: ditto.
* gnu/packages/julia-xyz.scm: ditto.
* gnu/packages/lisp-xyz.scm: ditto.
* gnu/packages/ocaml.scm: ditto.
* gnu/packages/perl.scm: ditto.
* gnu/packages/python-science.scm: ditto.
* gnu/packages/python-xyz.scm: ditto.
* gnu/packages/ruby.scm: ditto.
* gnu/packages/tex.scm: ditto.
2022-09-10 10:45:27 +01:00
Cairn
dddc68350d
gnu: Add go-github-com-disintegration-imaging.
...
* gnu/packages/golang.scm (go-github-com-disintegration-imaging): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-06 16:58:12 +02:00
Efraim Flashner
932edeb3a0
gnu: go-github-com-valyala-fasthttp: Skip tests with gccgo.
...
* gnu/packages/golang.scm (go-github-com-valyala-fasthttp)[arguments]:
Don't run the test suite when building with gccgo.
2022-08-25 13:03:14 +03:00
Efraim Flashner
e5fca82414
gnu: go-github-com-valyala-fasthttp: Update to 1.39.0.
...
* gnu/packages/golang.scm (go-github-com-valyala-fasthttp): Update to 1.39.0.
2022-08-25 13:03:13 +03:00
Efraim Flashner
c15692b938
gnu: go-github-com-sirupsen-logrus: Skip tests with gccgo.
...
* gnu/packages/golang.scm (go-github-com-sirupsen-logrus)[arguments]:
Don't run the test suite when building with gccgo.
2022-08-25 13:03:13 +03:00
Efraim Flashner
8772030630
gnu: go-github-com-sirupsen-logrus: Update to 1.9.0.
...
* gnu/packages/golang.scm (go-github-com-sirupsen-logrus): Update to
1.9.0.
2022-08-25 13:03:13 +03:00
Efraim Flashner
1d49fd4fab
gnu: go-github-com-stretchr-objx: Skip tests with gccgo.
...
* gnu/packages/golang.scm (go-github-com-stretchr-objx)[arguments]:
Don't run the test suite when building with gccgo.
2022-08-25 13:03:13 +03:00
Efraim Flashner
23e03dd087
gnu: go-github-com-stretchr-objx: Update to 0.4.0.
...
* gnu/packages/golang.scm (go-github-com-stretchr-objx): Update to 0.4.0.
2022-08-25 13:03:12 +03:00
Efraim Flashner
22487dfc22
gnu: go-gopkg-in-check-v1: Skip tests with gccgo.
...
* gnu/packages/golang.scm (go-gopkg-in-check-v1)[arguments]: Don't run
the test suite when building with gccgo.
2022-08-25 13:03:12 +03:00
Efraim Flashner
54da48e2ce
gnu: go-github.com-jtolds-gls: Skip tests with gccgo.
...
* gnu/packages/golang.scm (go-github.com-ktolds-gls)[arguments]: Don't
run the test suite when building with gccgo.
2022-08-25 13:03:11 +03:00
Efraim Flashner
25494265b2
gnu: go-github-com-pkg-errors: Skip tests with gccgo.
...
* gnu/packages/golang.scm (go-github-com-pkg-errors)[arguments]: Don't
run the test suite when building with gccgo.
2022-08-25 13:03:08 +03:00
Ricardo Wurmus
ecb7dedaed
gnu: Add go-github-com-kortschak-utter.
...
* gnu/packages/golang.scm (go-github-com-kortschak-utter): New variable.
2022-08-16 16:44:42 +02:00
Leo Famulari
fca8991850
gnu: Go: Update to 1.17.11.
...
* gnu/packages/golang.scm (go-1.17): Update to 1.17.11.
2022-07-05 23:09:27 -04:00
muradm
eed4494da7
gnu: Add go-github-com-sourcegraph-jsonrpc2 0.1.0.
...
* gnu/packages/golang.scm (go-github-com-sourcegraph-jsonrpc2): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-03 01:41:07 +02:00
muradm
9b6226bcda
gnu: Add go-github-com-gorilla-websocket 1.5.0.
...
* gnu/packages/golang.scm (go-github-com-gorilla-websocket): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-03 01:41:06 +02:00
Ludovic Courtès
622545de6c
Merge branch 'master' into staging
2022-06-12 22:49:47 +02:00
Ludovic Courtès
5b6b4ade7c
gnu: go: Make 'make-go-std' memoizing.
...
* gnu/packages/golang.scm (make-go-std): Use 'mlambdaq'.
2022-06-05 17:00:18 +02:00
Ludovic Courtès
fb21085d25
gnu: go-std: Make public.
...
* gnu/packages/golang.scm (go-std-1.14, go-std-1.16, go-std-1.17): New
variables.
2022-06-05 17:00:17 +02:00
JOULAUD François
8d4a69eb90
gnu: Add go-github-com-google-go-jsonnet.
...
* gnu/packages/golang.scm (go-github-com-google-go-jsonnet): New
variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-06-10 23:00:20 +02:00
JOULAUD François
fa0ead00d9
gnu: Add go-sigs-k8s-io-yaml.
...
* gnu/packages/golang.scm (go-sigs-k8s-io-yaml): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-06-10 23:00:11 +02:00
Pier-Hugues Pellerin
65e3de5cce
gnu: go: Update to 1.17.9.
...
go 1.17.9 (released 2022-04-12) includes security fixes to the
crypto/elliptic and encoding/pem packages, as well as bug fixes to
the linker and runtime.
* gnu/packages/golang.scm (go-1.17): Update to 1.17.9.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-29 14:57:03 +02:00
Ludovic Courtès
284fa72649
Merge branch 'master' into staging
2022-04-28 16:24:46 +02:00
Dhruvin Gandhi
3363f2c878
gnu: go-github-com-spf13-cobra: Update to 1.4.0.
...
* gnu/packages/golang.scm (go-github-com-spf13-cobra): Update to 1.4.0.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-04-23 11:30:45 -04:00
Pier-Hugues Pellerin
fff27ded10
gnu: Go: Update to 1.17.8 [security fixes].
...
Go 1.17.8 (released 2022-03-03) includes a security fix to the regexp/syntax
package[0], as well as bug fixes to the compiler, runtime, the go command, and
the crypto/x509 and net packages. See the Go 1.17.8 milestone[1] on the
upstream issue tracker for details.
[0] CVE-2022-24921 and https://go.dev/issue/51112 .
[1] https://github.com/golang/go/issues?q=milestone%3AGo1.17.8+label%3ACherryPickApproved
* gnu/packages/golang.scm (go-1.17): Update to 1.17.8.
Signed-off-by: Leo Famulari <leo@famulari.name>
2022-03-27 23:11:18 -04:00
Pier-Hugues Pellerin
8731ed8eae
gnu: Go 1.16: Update to 1.16.15 [security fixes].
...
Go 1.16.15 (released 2022-03-03) includes a security fix to the regexp/syntax
package[0], as well as bug fixes to the compiler, runtime, the go command, and
the net package. See the Go 1.16.15 milestone[1] on the upstream issue tracker
for details.
[0] CVE-2022-24921 and https://go.dev/issue/51112 .
[2] https://github.com/golang/go/issues?q=milestone%3AGo1.16.15+label%3ACherryPickApproved
* gnu/packages/golang.scm (go-1.16): Update to 1.16.15.
Signed-off-by: Leo Famulari <leo@famulari.name>
2022-03-27 23:11:18 -04:00
Maxim Cournoyer
49b350fafc
Merge branch 'master' into staging.
2022-03-21 21:38:19 -04:00
Nicolas Goaziou
3a68cf2b96
gnu: Add go-github-com-schachmat-ingo.
...
* gnu/packages/golang.scm (go-github-com-schachmat-ingo): New variable.
2022-03-19 00:56:23 +01:00
Maxime Devos
4b5b3b8eb2
gnu: go-1.16: Do not run tests when cross-compiling.
...
* gnu/packages/golang.scm (go-1.16)[arguments]: Remove #:tests?.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-03-11 23:34:48 -05:00
Efraim Flashner
7311a36a54
Revert "gnu: Add go-github-com-niemeyer-pretty."
...
This reverts commit 18b0527765
.
This package is not actually needed.
2022-03-08 09:38:16 +02:00
Efraim Flashner
78ff328d25
gnu: Add go-github-com-xdg-go-scram.
...
* gnu/packages/golang.scm (go-github-com-xdg-go-scram): New variable.
2022-03-06 12:24:59 +02:00
Efraim Flashner
fe8c2d907a
gnu: Add go-github-com-xdg-go-pbkdf2.
...
* gnu/packages/golang.scm (go-github-com-xdg-go-pbkdf2): New variable.
2022-03-06 12:24:54 +02:00
Efraim Flashner
092dba879a
gnu: Add go-github-com-docker-go-units.
...
* gnu/packages/golang.scm (go-github-com-docker-go-units): New variable.
2022-03-06 12:24:51 +02:00
Efraim Flashner
18b0527765
gnu: Add go-github-com-niemeyer-pretty.
...
* gnu/packages/golang.scm (go-github-com-niemeyer-pretty): New variable.
2022-03-06 12:24:43 +02:00
Efraim Flashner
7722184e6f
gnu: Add go-github-com-xdg-go-stringprep.
...
* gnu/packages/golang.scm (go-github-com-xdg-go-stringprep): New variable.
2022-03-06 12:21:42 +02:00
Efraim Flashner
c026d5cb53
gnu: go-github.com-jessevdk-go-flags: Update to 1.5.0.
...
* gnu/packages/golang.scm (go-github.com-jessevdk-go-flags): Update to 1.5.0.
[arguments]: Add custom phase to fix tests.
[propagated-inputs]: Add go-golang-org-x-sys.
2022-02-23 12:23:19 +02:00
Efraim Flashner
218400c0f7
gnu: go-1.14: Remove powerpc-linux from supported-systems.
...
* gnu/packages/golang.scm (go-1.14)[supported-systems]: Remove
powerpc-linux from supported-systems.
2022-02-22 15:43:07 +02:00
Marius Bakke
76b6bbdf23
Merge branch 'master' into staging
2022-02-13 14:24:53 +01:00
Leo Famulari
1d1a4efd8c
gnu: Go: Update to 1.17.7.
...
* gnu/packages/golang.scm (go-1.17): Update to 1.17.7.
2022-02-17 21:03:40 -05:00
Leo Famulari
289e43b297
gnu: Go 1.16: Update to 1.16.14.
...
* gnu/packages/golang.scm (go-1.16): Update to 1.16.14.
2022-02-17 21:03:34 -05:00
jgart via Guix-patches via
d25044f4d2
gnu: Add go-github-com-go-chi-chi-v5.
...
* gnu/packages/golang.scm (go-github-com-go-chi-chi-v5): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-28 10:52:52 +01:00
Sharlatan Hellseher
61f1ec9f60
gnu: Add go-github-com-valyala-fasthttp.
...
* gnu/packages/golang.scm (go-github-com-valyala-fasthttp): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-28 10:47:21 +01:00
Sharlatan Hellseher
0467ecbe0d
gnu: Add go-github-com-valyala-tcplisten.
...
* gnu/packages/golang.scm (go-github-com-valyala-tcplisten): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-28 10:46:36 +01:00
Sharlatan Hellseher
1d948dbd97
gnu: Add go-github-com-valyala-bytebufferpool.
...
* gnu/packages/golang.scm (go-github-com-valyala-bytebufferpool): New
variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-28 10:45:33 +01:00
Sharlatan Hellseher
72274434a8
gnu: Add go-github-com-andybalholm-brotli.
...
* gnu/packages/golang.scm (go-github-com-andybalholm-brotli): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-28 10:44:46 +01:00
Sharlatan Hellseher
7c1efe8290
gnu: Add missing module import.
...
Add missing module import.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-28 10:38:48 +01:00