me
/
guix
Archived
1
0
Fork 0
Commit Graph

199 Commits (051aa813bd092b02b0e3b67b7131243072b32047)

Author SHA1 Message Date
Artyom V. Poptsov 68347f8744
gnu: Add go-github-com-polydawn-refmt.
* gnu/packages/golang-xyz.scm (go-github-com-polydawn-refmt): New variable.

Change-Id: I5b300fb826ec7f232cab108614737e49e114afa5
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-06-19 14:25:55 +01:00
Sharlatan Hellseher a442763aa7
gnu: go-github-com-gabriel-vasile-mimetype: Update to 1.4.4.
* gnu/packages/golang-xyz.scm (go-github-com-gabriel-vasile-mimetype): Update to 1.4.4.

Change-Id: Iecff5b7302745226e6e0f398adf6a973529ec6e7
2024-06-19 14:09:44 +01:00
Sharlatan Hellseher 580f4d2723
gnu: go-github-com-cskr-pubsub: Update to 2.0.2.
* gnu/packages/golang-xyz.scm (go-github-com-cskr-pubsub): Update to 2.0.2.

Change-Id: Iaf75f54763dc4da5ef07792b4b428fc263d2a13d
2024-06-19 14:09:44 +01:00
Sharlatan Hellseher d346f392ee
gnu: go-github-com-sergi-go-diff: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-sergi-go-diff): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: If722317a42006e3bef4462b5a6fe4c0f434bd5d2
2024-06-11 10:25:30 +01:00
Sharlatan Hellseher 17837a9749
gnu: Add go-github-com-tidwall-sjson.
* gnu/packages/golang-xyz.scm (go-github-com-tidwall-sjson): New variable.

Change-Id: I69d5c7205a440cbf2d6abcc814b6130a6a9d4e9c
2024-06-11 10:17:03 +01:00
Sharlatan Hellseher bb79b85b1e
gnu: Add go-github-com-tidwall-gjson.
* gnu/packages/golang-xyz.scm (go-github-com-tidwall-gjson): New variable.

Change-Id: If3345205e3cbc75c0a4aa51ea0e5566d6db9af71
2024-06-11 10:17:03 +01:00
Sharlatan Hellseher e76a755ece
gnu: Add go-github-com-tidwall-match.
* gnu/packages/golang-xyz.scm (go-github-com-tidwall-match): New variable.

Change-Id: I6923c2383784aeaa45d432a92c4d05f55cd3bea0
2024-06-11 10:17:03 +01:00
Sharlatan Hellseher 02bb43b722
gnu: Add go-github-com-tidwall-pretty.
* gnu/packages/golang-xyz.scm (go-github-com-tidwall-pretty): New variable.

Change-Id: Id5ebc95f579551710ef57553b96815c865e4b294
2024-06-11 10:17:03 +01:00
Artyom V. Poptsov 2ef0e4bce1
gnu: go-gopkg-in-cheggaaa-pb-v1: Rename to go-github-com-cheggaaa-pb.
* gnu/packages/golang-xyz.scm (go-gopkg-in-cheggaaa-pb-v1): Rename to
  go-github-com-cheggaaa-pb and sort alphabetically.
  (go-gopkg-in-cheggaaa-pb-v3): Inherit from go-github-com-cheggaaa-pb.

Change-Id: I945bc8646b2b4a01cf0e81bfd47a2d4fd1075dca

Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I42446da67c9c17aec35421a312120ad03c7fe83c
2024-06-11 10:17:03 +01:00
Artyom V. Poptsov 79d2c8e7b9
gnu: go-gopkg-in-cheggaaa-pb-v1: Update to 1.0.29.
* gnu/packages/golang-xyz.scm (go-gopkg-in-cheggaaa-pb-v1): Update to 1.0.29.
  [arguments]: Set the import path to "github.com/cheggaaa/pb".

Change-Id: I0042b64c44386d588bad7779444f1f6652619a2d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-06-11 10:17:03 +01:00
Luis Higino 21d631a3e8
gnu: Add go-github-com-k0kubun-go-ansi.
* gnu/packages/golang-xyz.scm (go-github-com-k0kubun-go-ansi): New variable.

Change-Id: I012a3b5c530f1fb7ee61e628fac216bdd966772c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-06-11 10:17:02 +01:00
Luis Higino ca9fa4a88a
gnu: Add go-github-com-docopt-docopt-go.
* gnu/packages/golang-xyz.scm (go-github-com-docopt-docopt-go): New variable.

Change-Id: I70ab7bce1a4ac13e1b63ecb72f5b7df0b8b94b69
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-06-11 10:17:02 +01:00
Christopher Baines 4fe804be9a
gnu: go-gopkg-in-alecthomas-kingpin-v2: Match name with variable.
To avoid duplicating go-github-com-alecthomas-kingpin.

* gnu/packages/golang-xyz.scm (go-gopkg-in-alecthomas-kingpin-v2)[name]: Set
to go-gopkg-in-alecthomas-kingpin-v2.

Change-Id: I1f9d2766c03393ac1268dafe490d25a7e57f7bc4
2024-06-10 11:07:55 +01:00
Sharlatan Hellseher 3ebb39eb42
gnu: go-github-com-syndtr-goleveldb-leveldb: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-syndtr-goleveldb-leveldb): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ib457abe33612b371c33985c6b3b0e9372221e37d
2024-05-23 00:45:43 +01:00
Sharlatan Hellseher 265452e122
gnu: Add go-github-com-go-task-slim-sprig-v3.
* gnu/packages/golang-xyz.scm (go-github-com-go-task-slim-sprig-v3): New
variable.

Change-Id: I46ef3728993556dfc2d6c9349da6962d747e2664
2024-05-22 23:12:35 +01:00
Sharlatan Hellseher 33a2644963
gnu: go-github-com-go-task-slim-sprig: Enable tests.
* gnu/packages/golang-xyz.scm (go-github-com-go-task-slim-sprig)
[arguments] <#:tests>: Enable it.
<#:phases>: Add 'remove-failing-tests phase.

Change-Id: I32424925a96defd69e2871dee079db8bef2861b2
2024-05-22 22:59:00 +01:00
Sharlatan Hellseher 697252da1c
gnu: go-github-com-go-task-slim-sprig: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-go-task-slim-sprig): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I540e4211e7e4006d654c7da40bba35e2bd577c78
2024-05-22 22:50:07 +01:00
Artyom V. Poptsov 26b324d082
gnu: Add go-github-com-pion-logging.
* gnu/packages/golang-xyz.scm (go-github-com-pion-logging): New variable.

Change-Id: I2da53900059251b78cad2bb56cfbc87228c91e23
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-05-16 23:07:39 +01:00
Sharlatan Hellseher 1f6c4f226d
gnu: Add go-bazil-org-fuse.
* gnu/packages/golang-xyz.scm (go-bazil-org-fuse): New variable.

Change-Id: I933d90dca50110f53831febc81d587c14973934f
2024-05-07 23:18:48 +01:00
Sharlatan Hellseher 330a133b85
gnu: go-git-sr-ht-emersion-go-scfg: Move to golang-xyz.
* gnu/packages/golang.scm: (go-git-sr-ht-emersion-go-scfg): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here

Change-Id: I75cc680543313e41abc86e71d48a9be9e9ce694a
2024-05-07 23:18:48 +01:00
Sharlatan Hellseher 072b06f2f3
gnu: go-git-sr-ht-sircmpwn-getopt: Move to golang-xyz.
* gnu/packages/golang.scm (go-git-sr-ht-sircmpwn-getopt): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ic53ec6828f7389326191b659dd16b623e6d1af43
2024-05-07 23:18:47 +01:00
Sharlatan Hellseher fb44cd89df
gnu: go-github-com-nbrownus-go-metrics-prometheus: Disable tests.
* gnu/packages/golang-xyz.scm (go-github-com-nbrownus-go-metrics-prometheus):
Disable all tests.

Change-Id: I7f340fd1e58edc0203068c762a1bbc798003a84b
2024-05-07 21:33:45 +01:00
Sharlatan Hellseher e582f27a53
gnu: Add go-github-com-msteinert-pam-v2.
* gnu/packages/golang-xyz.scm (go-github-com-msteinert-pam-v2): New variable.

Change-Id: I7dfcb72703722f894eb52c603f02e64e7350f53a
2024-05-07 21:33:44 +01:00
Jesse Eisses b7800aa34f
gnu: go-github-com-prometheus-client-model: Update to 0.5.0.
* gnu/packages/golang.scm (go-github-com-prometheus-client-model):
Update to 0.5.0.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Iebb57390b99a4ed2567588872a9745a69aae9ced
2024-05-07 15:38:28 +01:00
Jesse Eisses 4f4034bb46
gnu: Add go-git-sr-ht-emersion-go-sqlite3-fts5.
* gnu/packages/golang-xyz.scm (go-git-sr-ht-emersion-go-sqlite3-fts5):
New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Icb6f77b306ff5c8a816d8a42e90a1bf23115b38f
2024-05-07 15:38:28 +01:00
Jesse Eisses bb1beff54d
gnu: Add go-git-sr-ht-sircmpwn-go-bare.
* gnu/packages/golang-xyz.scm (go-git-sr-ht-sircmpwn-go-bare): New variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Iea3ac2489549fe4cb1b1ce216a998c30c9f996d6
2024-05-07 15:38:28 +01:00
Sharlatan Hellseher 2799f6c6e1
gnu: go-github-com-mattn-go-sqlite3: Update to 1.14.22.
* gnu/packages/golang-xyz.scm (go-github-com-mattn-go-sqlite3): Update to 1.14.22.

Change-Id: I01bf397b7d74db812883994deb2c2249adf14d1f
2024-05-07 15:38:27 +01:00
Jesse Eisses c9bbfc9f3c
gnu: Add go-github-com-msteinert-pam.
* gnu/packages/golang-xyz.scm (go-github-com-msteinert-pam): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Id84648d258d2f1c7f2c9902e80dccb06642d7787
2024-05-07 15:38:27 +01:00
Sharlatan Hellseher b2dbd7ca8a
gnu: go-go-uber-org-atomic: Update to 1.11.0.
The upstream suggested to update to the latest version to resolve
failing tests on RISK-V, see
<https://github.com/uber-go/atomic/issues/164>.

* gnu/packages/golang-xyz.scm (go-go-uber-org-atomic): Update to 1.11.0.
[arguments]: <#:tests?>: Enable tests on all platforms.

Change-Id: I6df21cfaebb9e4d4a609e93f3fe4bfea2bff5e8d
2024-05-05 21:11:02 +01:00
Sharlatan Hellseher 37e35f6f59
gnu: Add go-github-com-multiformats-go-multicodec.
* gnu/packages/golang-xyz.scm (go-github-com-multiformats-go-multicodec):
New variable.

Change-Id: I2adf3f8200818675ba1de6322a1280d4b231cda4
2024-04-28 16:27:37 +01:00
Sharlatan Hellseher 3220226b40
gnu: go-github-com-mgutz-ansi: Propagate inputs.
* gnu/packages/golang-xyz.scm (go-github-com-mgutz-ansi): Propagate inputs.

* gnu/packages/music.scm (demlo) [native-inputs]: Remove
go-github-com-mattn-go-isatty, and go-github-com-mattn-go-colorable.

Change-Id: I26949e5ef7dd5cf3e118883c28a30d9e859a11b0
2024-04-28 16:27:37 +01:00
Sharlatan Hellseher 995151b7ed
gnu: go-github-com-mgutz-ansi: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-mgutz-ansi): Move from here...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ic0e6a1400da75f8ef3c663e1ed10ff51408480f6
2024-04-28 16:27:36 +01:00
Sharlatan Hellseher ec8eef5e7e
gnu: go-go-uber-org-atomic: Run tests only on x86-64.
Address the build issue on i686-linux as seen in CI
<https://ci.guix.gnu.org/build/3395284/details>.

* gnu/packages/golang-xyz.scm (go-go-uber-org-atomic): [arguments]:
<#:tests?>: Only run on x86-64.

Change-Id: Iab5a896be05d879f3552471d8789a11dba7826ce
2024-04-14 14:51:59 +01:00
Sharlatan Hellseher e48d51faf0
gnu: go-go-uber-org-fx: Fix home-page, again.
Amend lint warning: URI https://go.uber.org/fx returned suspiciously
small file (549 bytes).

* gnu/packages/golang-xyz.scm (go-go-uber-org-fx): [home-page]: Swap to
redirected URL.

Change-Id: Ica2a4580dde04ac7242e92bcd0f740bfbd730b1d
2024-04-14 12:05:51 +01:00
Artyom V. Poptsov 1c5e419ee7
gnu: go-go-uber-org-fx: Fix repository URI.
* gnu/packages/golang-xyz.scm (go-go-uber-org-fx) [source]: Fix repository
  URI.

Change-Id: I82b340a094efa9157bc56ae851ad94c9b0ffaff6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-04-14 12:05:39 +01:00
Sharlatan Hellseher 432f57cc7d
gnu: go-github-com-hashicorp-go-multierror: Adjust inputs.
* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-go-multierror):
[propagated-inputs]: Swap from native-inputs to propagated-inputs.

* gnu/packages/admin.scm (fiano): [inputs]: Remove
go-github-com-hashicorp-errwrap.

Change-Id: Ie04c05d76b5d0e3ac94e2d956a282a8b9b13f6c6
2024-04-12 16:58:44 +01:00
Sharlatan Hellseher 49d917e675
gnu: Add go-go-uber-org-fx.
* gnu/packages/golang-xyz.scm (go-go-uber-org-fx): New variable.

Change-Id: Ib8410424acc31caf486f2d6cd14e736a110efa0f
2024-04-12 16:58:44 +01:00
Sharlatan Hellseher 2d10f8eb0b
gnu: go-go-uber-org-zap: Fix home-page.
Amend lint warning: URI https://go.uber.org/zap returned suspiciously
small file (557 bytes).

* gnu/packages/golang-xyz.scm (go-go-uber-org-zap): Fix home-page.

Change-Id: I6f6148f59d7c4166d7d5a62ab14385ca5346012c
2024-04-12 16:58:44 +01:00
Sharlatan Hellseher e60072bff7
gnu: go-go-uber-org-zap: Enable tests.
* gnu/packages/golang-xyz.scm (go-go-uber-org-zap):
[arguments]: <#:go>: Use go-1.19. <#:tests?>: Enable them.
<#:phases>: Add 'remove-test-files phase.
[propagated-inputs]: Add go-github-com-benbjohnson-clock.
[native-inputs]: Remove go-github-com-stretchr-testify; add
go-github-com-stretchr-testify-next and go-go-uber-org-goleak.

Change-Id: I6c96d1067338e9b8d1b8d26488dc1471cbde5b21
2024-04-12 16:58:43 +01:00
Sharlatan Hellseher f704d64fa7
gnu: go-go-uber-org-multierr: Fix home-page.
Amend lint warning: URI https://go.uber.org/multierr returned
suspiciously small file (597 bytes).

* gnu/packages/golang-xyz.scm (go-go-uber-org-multierr): Fix home-page.

Change-Id: Ied5132b722f98fc9745afd691dc4f95a6e0dfe7b
2024-04-12 16:58:43 +01:00
Sharlatan Hellseher 1a1821ff20
gnu: go-go-uber-org-multierr: Move to golang-xyz.
* gnu/packages/golang.scm (go-go-uber-org-multierr): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: If343d3b97a4b625424ee846c903e5db1b91fcc23
2024-04-12 16:58:43 +01:00
Sharlatan Hellseher e59360188f
gnu: go-go-uber-org-atomic: Fix home-page.
Ammend a lint warning: URI https://go.uber.org/atomic returned
suspiciously small file (581 bytes).

* gnu/packages/golang-xyz.scm (go-go-uber-org-atomic) [home-page]: Fix
URL.

Change-Id: I361f52f2a62f36cde5435cec6f336c1c114f44b0
2024-04-12 16:58:43 +01:00
Sharlatan Hellseher e18f8a306a
gnu: go-go-uber-org-atomic: Move to golang-xyz.
* gnu/packages/golang.scm (go-go-uber-org-atomic): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ib12085510b40a00e61dda2ae886754a116edd032
2024-04-12 16:58:43 +01:00
Sharlatan Hellseher 81a8d57d03
gnu: Add go-go-uber-org-dig.
* gnu/packages/golang-xyz.scm (go-go-uber-org-dig): New variable.

Change-Id: I127569582dbf060b2870c8ac7f977a96e5ba9596
2024-04-12 16:58:43 +01:00
Sharlatan Hellseher fcb3a177f6
gnu: go-github-com-pbnjay-memory: Update to 0.0.0-2.7b4eea6.
* gnu/packages/golang-xyz (go-github-com-pbnjay-memory): Update to
0.0.0-2.7b4eea6.

Change-Id: I3772c15497ddc4e7028eb4e6e5cd7ba9a08ba198
2024-04-12 16:58:42 +01:00
Sharlatan Hellseher 5a5b8885b9
gnu: go-github-com-pbnjay-memory: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-pbnjay-memory): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ie46dfc76fd468ab3a5af886592a150e3e4565111
2024-04-12 16:58:42 +01:00
Sharlatan Hellseher 5f578c3742
gnu: Add go-github-com-hashicorp-golang-lru.
* gnu/packages/golang-xyz.scm go-github-com-hashicorp-golang-lru-v2,
go-github-com-hashicorp-golang-lru): New variables.

Change-Id: Id8de7d211e7a8fc4b257b0d2155ec9f4ed3cc3b9
2024-04-12 16:58:42 +01:00
Herman Rimm 06a67644dc
gnu: Add go-github-com-openprinting-goipp.
* gnu/packages/golang-xyz.scm (go-github-com-openprinting-goipp): Add
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-04-12 16:35:20 +01:00
Sharlatan Hellseher b8558c740e
gnu: go-github-com-fatih-color: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-fatih-color): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

* gnu/packages/bioinformatics.scm: Add (gnu packages golang-xyz) module.

Change-Id: I302327d3426100d7984e6086726396e9fe7f7468
2024-04-12 16:35:20 +01:00
Sharlatan Hellseher d4032419dd
gnu: go-github-com-gobwas-glob: Move to golang-xyz.
* gnu/packages/syncthing.scm (go-github-com-gobwas-glob): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

* gnu/packages/textutils.scm: Remove (gnu packages syncthing) module.

Change-Id: I131830e6edcdb666aeb3cd9bbdf6982df938ccd4
2024-04-12 16:35:20 +01:00