Commit graph

363 commits

Author SHA1 Message Date
Sharlatan Hellseher
f415ce5a96
gnu: Add go-github-com-raulk-go-watchdog.
* gnu/packages/golang-xyz.scm (go-github-com-raulk-go-watchdog): New variable.

Change-Id: I90a52e2d1f378ee5ddf4e2e902f49e863231c6ee
2024-09-09 21:05:20 +01:00
Sharlatan Hellseher
7287f05246
gnu: Add go-github-com-containerd-cgroups.
* gnu/packages/golang-xyz.scm (go-github-com-containerd-cgroups): New variable.

Change-Id: Ic85fb7fd0a57d98ae8521eafad64fa508df60f57
2024-09-09 21:05:20 +01:00
Sharlatan Hellseher
a6e705cbcb
gnu: Add go-github-com-elastic-gosigar.
* gnu/packages/golang-xyz.scm (go-github-com-elastic-gosigar): New variable.

Change-Id: Id37252f62c0d1335cbcda16a6caf84318feb7f41
2024-09-09 21:05:20 +01:00
Sharlatan Hellseher
67147ccbe3
gnu: Add go-github-com-opencontainers-runtime-spec.
* gnu/packages/golang-xyz.scm (go-github-com-opencontainers-runtime-spec): New variable.

Change-Id: Ifb46706a137071677496d98e7801e6b0d3bd0bef
2024-09-09 21:05:20 +01:00
Sharlatan Hellseher
4101a1e690
gnu: Add go-github-com-josharian-native.
* gnu/packages/golang-xyz.scm (go-github-com-josharian-native): New variable.

Change-Id: I8eeee42b0855c6dfeb9c8e32d9bd7dcfa17bece2
2024-09-09 21:05:19 +01:00
Sharlatan Hellseher
ed6e40a0cd
gnu: Add go-github-com-dgraph-io-badger.
* gnu/packages/golang-xyz.scm (go-github-com-dgraph-io-badger): New variable.

Change-Id: Ice103e73802e38c818c064dc7b27da87be9cc0cc
2024-09-09 21:05:18 +01:00
Sharlatan Hellseher
f842e59680
gnu: Add go-github-com-dgraph-io-ristretto.
* gnu/packages/golang-xyz.scm (go-github-com-dgraph-io-ristretto): New variable.

Change-Id: Ie22ca28c5b49ceb8daa7ffebc6720bcc9b361046
2024-09-09 21:05:18 +01:00
Sharlatan Hellseher
2665514929
gnu: Add go-github-com-andreasbriese-bbloom.
* gnu/packages/golang-xyz.scm (go-github-com-andreasbriese-bbloom): New variable.

Change-Id: Ibde8dc90c4db2519be8de0b9b0b770fff1a1ca02
2024-09-09 21:05:18 +01:00
Sharlatan Hellseher
322c161f10
gnu: go-github-com-mgutz-ansi: Fix indentation.
* gnu/packages/golang-xyz.scm (go-github-com-mgutz-ansi): Fix indentation.

Change-Id: Ib068c281f971211d5d80fd7ebb571dc60aba6d6f
2024-09-09 21:05:17 +01:00
Sharlatan Hellseher
44b3afa52a
gnu: go-github-com-mgutz-ansi: Update to 0.0.0-20200706080929-d51e80ef957d.
* gnu/packages/golang-xyz.scm (go-github-com-mgutz-ansi): Update to 0.0.0-20200706080929-d51e80ef957d.

Change-Id: Ic7b1d3f8e6f701eba3bc9b442b13ce2bee3cf315
2024-09-09 21:05:17 +01:00
Sharlatan Hellseher
0214076086
gnu: go-github-com-elliotchance-orderedmap: Remove submodule.
* gnu/packages/golang-xyz.scm (go-github-com-elliotchance-orderedmap)
[arguments]<#:phases>: Add 'remove-submodule phase to reduce amount of data
copied to the store, the submodule "v2" is packed separately as it has
it's own go.mod file.
(go-github-com-elliotchance-orderedmap-v2)[arguments]<#:phases>: Delete
'remove-submodule phase.

Change-Id: Ie68ca24752a612864a4c6ca8537949a922528d82
2024-09-04 10:04:10 +01:00
Greg Hogan
5b841a42fb
gnu: go-github-com-elliotchance-orderedmap: Fix tests.
* gnu/packages/golang-xyz.scm (go-github-com-elliotchance-orderedmap)
[arguments]<#:phases>: Replace 'check and only run short tests so as to
exclude flaky performance tests.
<#:unpack-path>: Set it, to relax modification in any inherited
packages.
(go-github-com-elliotchance-orderedmap-v2) [arguments]: Swap to
"substitute-keyword-arguments" instead of overwriting after inheritance.

Change-Id: If9fbc5510643f9d5e3ccff09f71e00a9cdfbe92f
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-09-04 09:41:04 +01:00
Sharlatan Hellseher
680674ba06
gnu: Add go-github-com-hashicorp-golang-lru-arc-v2.
* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-golang-lru-arc-v2): New variable.

Change-Id: Ia2ec812004d5864c18771780803c41cefc9870cb
2024-09-03 15:43:10 +01:00
Sharlatan Hellseher
4dc9cd218d
gnu: go-github-com-hashicorp-golang-lru-v2: Delete submodule.
The submodule <github.com/hashicorp/golang-lru/arc/v2> needs to be
packed as dedicated package.  It would easy the job for the importer as
it contains it's own go.mod file.

* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-golang-lru-v2)
[source]: Delete "arc" submodule.

Change-Id: Iaace717e530e49a2c910ac6e78f3f2fec3a2b7ca
2024-09-03 15:43:10 +01:00
Sarah Morgensen
d4da8af4e4
gnu: Add go-github-com-godbus-dbus-v5.
These changes resolve issues with golang import paths for
<github.com/godbus/dbus> and <github.com/godbus/dbus/v5> by adding a new
variable with downgrading existing one to the latest version where
import path is still <github.com/godbus/dbus>.  It addresses the cases
with unit tests failures and help importer to resolve dependencies.

* gnu/packages/golang.scm (go-github-com-godbus-dbus): Downgrade to
0.0.0-20190726142602-4481cbc300e2.
(go-github-com-godbus-dbus-v5): New variable, preserver version of
go-github-com-godbus-dbus.
(go-github-com-delthas-go-libnp) [propagated-inputs]: Remove
go-github-com-godbus-dbus, add go-github-com-godbus-dbus-v5.

* gnu/packages/golang-xyz.scm (go-github-com-coreos-go-systemd-v22)
[propagated-inputs]: Remove go-github-com-godbus-dbus, add
go-github-com-godbus-dbus-v5.

Change-Id: Idbeb3c625da55bdd4620afab31b024ef0a0b79ec
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-09-03 15:42:59 +01:00
Sharlatan Hellseher
3dfb6df26f
gnu: go-github-com-fxamacker-cbor-v2: Disable tests on non 64bit architecture.
* gnu/packages/golang-web.scm (go-github-com-fxamacker-cbor-v2): Disable
tests on non 64bit architecture.

Change-Id: I41e207a77989d6b4faf883c14327e48fc303a027
2024-08-27 14:02:27 +01:00
Sharlatan Hellseher
9eac01173c
gnu: go-go-etcd-io-bbolt: Adjust package style.
* gnu/packages/golang-xyz.scm (go-go-etcd-io-bbolt): Update to 1.3.11.
[description]: Place on a new line and reindent.

Change-Id: I1c327d9b0efd73f710ca99b6c222de72a4a438ac
2024-08-27 00:33:34 +01:00
Sharlatan Hellseher
099fb61112
gnu: go-go-etcd-io-bbolt: Update to 1.3.11.
* gnu/packages/golang-xyz.scm (go-go-etcd-io-bbolt): Update to 1.3.11.
[native-inputs]: Add go-github-com-stretchr-testify, go-go-etcd-io-gofail, and
go-golang-org-x-sync.

Change-Id: I8bad82ce8006360cfa3cc509ccdff02e06f703d3
2024-08-27 00:33:34 +01:00
spencerpeters
a84f26f0af
gnu: Add go-go-senan-xyz-flagconf
I've fixed the inputs for go-go-senan-xyz-flagconf and cliphist and I've updated the build-system arguments as well as the [synopsis] and [description] fields for cliphist. I believe the formatting issues were caused by my email client--hopefully this time it doesn't mess up the indentation again.

Best, Spencer

* gnu/packages/golang-xyz.scm (go-go-senan-xyz-flagconf): New variable.

Change-Id: I3edcda63ca09e1370be4da8c6926bacde5d66cbf
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-27 00:33:33 +01:00
Sharlatan Hellseher
9b4b9bd928
gnu: Add go-github-com-go-logr-stdr.
* gnu/packages/golang-xyz.scm (go-github-com-go-logr-stdr): New variable.

Change-Id: I3cbe5e34306ee0c07143155e499f9f0aa6be2761
2024-08-25 21:43:31 +01:00
Sharlatan Hellseher
0a46e960d0
gnu: go-github-com-miekg-dns: Move to golang-web.
* gnu/packages/golang-xyz.scm (go-github-com-miekg-dns): Move from here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: I7d1e38dd4fdc9578cdefdf01ff43f5201c490f73
2024-08-25 21:21:30 +01:00
Sharlatan Hellseher
5eb7bb7c2c
gnu: go-github-com-miekg-dns: Update to 1.1.62.
* gnu/packages/golang-xyz.scm (go-github-com-miekg-dns): Update to 1.1.62.
[arguments] <#:phases>: Add 'disable-failing-tests.

Change-Id: I857df6a1520e0e08f7255b700ffc2ac1494b27db
2024-08-25 20:46:49 +01:00
Leo Nikkilä
90efc85499
gnu: Add go-go-mongodb-org-mongo-driver.
* gnu/packages/golang-xyz.scm (go-go-mongodb-org-mongo-driver): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ib7bc1252593c91d33cb75436cdc9e803e11977af
2024-08-25 20:46:47 +01:00
Sharlatan Hellseher
27eecaac18
gnu: Add go-k8s-io-klog-v2.
* gnu/packages/golang-xyz.scm (go-k8s-io-klog-v2): New variable.

Change-Id: I98900fdd7449b4e6bf6d4ea35eac659b188182a4
2024-08-25 20:46:47 +01:00
Sharlatan Hellseher
838377c4d7
gnu: Add go-k8s-io-klog.
* gnu/packages/golang-xyz.scm (go-k8s-io-klog): New variable.

Change-Id: I5985ef3f9342fb1cc671c3d113cef78785650548
2024-08-25 20:46:47 +01:00
Sharlatan Hellseher
62d7440b26
gnu: Add go-github-com-oklog-ulid-v2.
* gnu/packages/golang-xyz.scm (go-github-com-oklog-ulid-v2, go-ulid):
New variables.

Change-Id: I6512659023330ab1ff03bc9c2e43e3ad92a30490
2024-08-25 20:46:46 +01:00
Leo Nikkilä
f705f4b42f
gnu: Add go-github-com-oklog-ulid.
* gnu/packages/golang-xyz.scm (go-github-com-oklog-ulid): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Iff799292882f22db38273a597a2b83de781cf51d
2024-08-25 20:46:46 +01:00
Leo Nikkilä
95cf183452
gnu: Add go-github-com-oklog-run.
* gnu/packages/golang-xyz.scm (go-github-com-oklog-run): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: If0a0f1cb274ed10e991001079ff152dbe31c8ce4
2024-08-25 20:46:46 +01:00
Leo Nikkilä
420a8a5096
gnu: Add go-github-com-go-stack-stack.
* gnu/packages/golang-xyz.scm (go-github-com-go-stack-stack): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ia9e8049ec5b0bb977b6e54faaa98dd9868e0d84c
2024-08-25 20:46:46 +01:00
Leo Nikkilä
a4d28f6574
gnu: Add go-github-com-edsrzf-mmap-go.
* gnu/packages/golang-xyz.scm (go-github-com-edsrzf-mmap-go): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I53bab656d8e9607c93b48c8877c9f568cbd4ef41
2024-08-25 20:46:45 +01:00
Leo Nikkilä
e8993a66d2
gnu: Add go-github-com-dennwc-varint.
* gnu/packages/golang-xyz.scm (go-github-com-dennwc-varint): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I2e0b00e09fa20b0047e29ada307c1b3eb8c90a74
2024-08-25 20:46:45 +01:00
Leo Nikkilä
bf7ba1ef8c
gnu: Add go-github-com-asaskevich-govalidator.
* gnu/packages/golang-xyz.scm (go-github-com-asaskevich-govalidator):
New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I81bedd44ba1b41771a114733b443a73953e7d7e1
2024-08-25 20:46:45 +01:00
Sharlatan Hellseher
fd417686a0
gnu: go-github-com-creack-pty: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-creack-pty): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I2fe01445a03d1f4e76ff0c2d129864ffce249c51
2024-08-23 17:05:19 +01:00
Sharlatan Hellseher
48f5df83df
gnu: go-github-com-muesli-reflow: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-muesli-reflow): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ie839050f776b764b034492292f7821266b953b1e
2024-08-23 17:05:18 +01:00
Sharlatan Hellseher
ed907c7a29
gnu: go-github-com-muesli-termenv: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-muesli-termenv): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Iba509c25f56581aeb34508ad0db98fe85a24d135
2024-08-23 17:05:18 +01:00
Sharlatan Hellseher
e4391ff7e5
gnu: Add go-github-com-muesli-cancelreader.
* gnu/packages/golang-xyz.scm (go-github-com-muesli-cancelreader): New variable.

Change-Id: I514152f2ffc2fe535ee48c3f8912578238155d9f
2024-08-23 17:05:18 +01:00
Sharlatan Hellseher
0f7a5ae887
gnu: go-github-com-google-renameio: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-google-renameio,
go-github-com-google-renameio-v2): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I38a9f57ab28501b87d517e098d6afdc0c414f6e9
2024-08-23 17:05:18 +01:00
Brian Kubisiak
c08fc11527
gnu: Add go-mvdan-cc-editorconfig.
* gnu/packages/golang.scm (go-mvdan-cc-editorconfig): New variable.

Change-Id: I4cc558e0b7be7d66ad2919eac49c355532052bb9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-23 17:05:17 +01:00
Sharlatan Hellseher
9964fafffd
Merge remote-tracking branch 'origin/go-team'
Change-Id: Ie1a29192d144a59394bbacba3f6b9f110413e821
2024-08-22 10:55:46 +01:00
Artyom V. Poptsov
eefb9dcbe2
gnu: Add go-github-com-containerd-fifo.
* gnu/packages/golang-xyz.scm (go-github-com-containerd-fifo): New variable.

Change-Id: I782f792560bdbe59d31fac7762e07b378a9c29fb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21 14:17:33 +01:00
Artyom V. Poptsov
e2d9756c80
gnu: Add go-github-com-mohae-deepcopy.
* gnu/packages/golang-xyz.scm (go-github-com-mohae-deepcopy): New variable.

Change-Id: I29dd0f9c61197e2030bd720bf0ec71c86727f976
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21 14:10:49 +01:00
Artyom V. Poptsov
5812c99b85
gnu: Add go-github-com-google-subcommands.
* gnu/packages/golang-xyz.scm (go-github-com-google-subcommands): New variable.

Change-Id: Ifbd51d785435fa8abb9d233e2846e8cf9642ae3f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21 13:51:51 +01:00
Artyom V. Poptsov
fe10af6375
gnu: Add go-github-com-gofrs-flock.
* gnu/packages/golang-xyz.scm (go-github-com-gofrs-flock): New variable.

Change-Id: If6856319258ec93f4119f4f7ec79d206d7e1087d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21 13:47:34 +01:00
Sharlatan Hellseher
efd3024d73
gnu: Add go-msgio.
* gnu/packages/golang-xyz.scm (go-msgio): New variable.

Change-Id: I3bb5fff6110a36694865c9885b42bc356902bbea
2024-08-21 13:43:26 +01:00
Artyom V. Poptsov
4bf8136664
gnu: Add go-github-com-libp2p-go-msgio.
* gnu/packages/golang-xyz.scm (go-github-com-libp2p-go-msgio): New variable.

Change-Id: I5222b247972a41877c84c40562a1d1af780f1b73
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21 13:43:06 +01:00
Artyom V. Poptsov
8076ca2042
gnu: Add go-github-com-libp2p-go-buffer-pool.
* gnu/packages/golang-xyz.scm (go-github-com-libp2p-go-buffer-pool): New variable.

Change-Id: Id4de38a91dd7186e1aa6f06289c6bfa2cb0abbbb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21 12:14:17 +01:00
Sharlatan Hellseher
ca88519403
gnu: go-github-com-stretchr-objx: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-stretchr-objx): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I2ab70003a3d85812a6905a60c84af88e0df1e133
2024-08-14 23:58:36 +01:00
Sharlatan Hellseher
dd43b08fa8
gnu: go-github-com-spf13-cobra: Update to 1.8.1.
* gnu/packages/golang-xyz.scm (go-github-com-spf13-cobra): Update to 1.8.1.

Change-Id: I5236ac568fe7ababbc94a0dc60e071e8ac6674aa
2024-08-14 23:58:35 +01:00
Sharlatan Hellseher
3948cbe9aa
gnu: go-github-com-pelletier-go-toml: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-pelletier-go-toml,
go-github-com-pelletier-go-toml-v2): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I76dae5d71ae761af6d7f23ce55286996c55a5d50
2024-08-14 23:41:00 +01:00
Sharlatan Hellseher
bd55b26109
gnu: go-github-com-goccy-go-yaml: Update to 1.12.0.
* gnu/packages/golang-xyz.scm (go-github-com-goccy-go-yaml): Update to 1.12.0.

Change-Id: Ieb8e0103ded6ffef606812c88f48834027b8c1e2
2024-08-14 23:34:41 +01:00