summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
AgeCommit message (Collapse)Author
2024-06-11gnu: Add go-github-com-docopt-docopt-go.Luis Higino
* gnu/packages/golang-xyz.scm (go-github-com-docopt-docopt-go): New variable. Change-Id: I70ab7bce1a4ac13e1b63ecb72f5b7df0b8b94b69 Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-06-10gnu: go-gopkg-in-alecthomas-kingpin-v2: Match name with variable.Christopher Baines
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-05-23gnu: go-github-com-syndtr-goleveldb-leveldb: Move to golang-xyz.Sharlatan Hellseher
* 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-22gnu: Add go-github-com-go-task-slim-sprig-v3.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-go-task-slim-sprig-v3): New variable. Change-Id: I46ef3728993556dfc2d6c9349da6962d747e2664
2024-05-22gnu: go-github-com-go-task-slim-sprig: Enable tests.Sharlatan Hellseher
* 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-22gnu: go-github-com-go-task-slim-sprig: Move to golang-xyz.Sharlatan Hellseher
* 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-16gnu: Add go-github-com-pion-logging.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-pion-logging): New variable. Change-Id: I2da53900059251b78cad2bb56cfbc87228c91e23 Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-05-07gnu: Add go-bazil-org-fuse.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-bazil-org-fuse): New variable. Change-Id: I933d90dca50110f53831febc81d587c14973934f
2024-05-07gnu: go-git-sr-ht-emersion-go-scfg: Move to golang-xyz.Sharlatan Hellseher
* 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-07gnu: go-git-sr-ht-sircmpwn-getopt: Move to golang-xyz.Sharlatan Hellseher
* 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-07gnu: go-github-com-nbrownus-go-metrics-prometheus: Disable tests.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-nbrownus-go-metrics-prometheus): Disable all tests. Change-Id: I7f340fd1e58edc0203068c762a1bbc798003a84b
2024-05-07gnu: Add go-github-com-msteinert-pam-v2.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-msteinert-pam-v2): New variable. Change-Id: I7dfcb72703722f894eb52c603f02e64e7350f53a
2024-05-07gnu: go-github-com-prometheus-client-model: Update to 0.5.0.Jesse Eisses
* gnu/packages/golang.scm (go-github-com-prometheus-client-model): Update to 0.5.0. Signed-off-by: Sharlatan Hellseher <[email protected]> Change-Id: Iebb57390b99a4ed2567588872a9745a69aae9ced
2024-05-07gnu: Add go-git-sr-ht-emersion-go-sqlite3-fts5.Jesse Eisses
* gnu/packages/golang-xyz.scm (go-git-sr-ht-emersion-go-sqlite3-fts5): New variable. Signed-off-by: Sharlatan Hellseher <[email protected]> Change-Id: Icb6f77b306ff5c8a816d8a42e90a1bf23115b38f
2024-05-07gnu: Add go-git-sr-ht-sircmpwn-go-bare.Jesse Eisses
* gnu/packages/golang-xyz.scm (go-git-sr-ht-sircmpwn-go-bare): New variable. Signed-off-by: Sharlatan Hellseher <[email protected]> Change-Id: Iea3ac2489549fe4cb1b1ce216a998c30c9f996d6
2024-05-07gnu: go-github-com-mattn-go-sqlite3: Update to 1.14.22.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-mattn-go-sqlite3): Update to 1.14.22. Change-Id: I01bf397b7d74db812883994deb2c2249adf14d1f
2024-05-07gnu: Add go-github-com-msteinert-pam.Jesse Eisses
* gnu/packages/golang-xyz.scm (go-github-com-msteinert-pam): New variable. Signed-off-by: Sharlatan Hellseher <[email protected]> Change-Id: Id84648d258d2f1c7f2c9902e80dccb06642d7787
2024-05-05gnu: go-go-uber-org-atomic: Update to 1.11.0.Sharlatan Hellseher
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-04-28gnu: Add go-github-com-multiformats-go-multicodec.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-multiformats-go-multicodec): New variable. Change-Id: I2adf3f8200818675ba1de6322a1280d4b231cda4
2024-04-28gnu: go-github-com-mgutz-ansi: Propagate inputs.Sharlatan Hellseher
* 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-28gnu: go-github-com-mgutz-ansi: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-mgutz-ansi): Move from here... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ic0e6a1400da75f8ef3c663e1ed10ff51408480f6
2024-04-14gnu: go-go-uber-org-atomic: Run tests only on x86-64.Sharlatan Hellseher
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-14gnu: go-go-uber-org-fx: Fix home-page, again.Sharlatan Hellseher
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-14gnu: go-go-uber-org-fx: Fix repository URI.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-go-uber-org-fx) [source]: Fix repository URI. Change-Id: I82b340a094efa9157bc56ae851ad94c9b0ffaff6 Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-04-12gnu: go-github-com-hashicorp-go-multierror: Adjust inputs.Sharlatan Hellseher
* 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-12gnu: Add go-go-uber-org-fx.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-go-uber-org-fx): New variable. Change-Id: Ib8410424acc31caf486f2d6cd14e736a110efa0f
2024-04-12gnu: go-go-uber-org-zap: Fix home-page.Sharlatan Hellseher
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-12gnu: go-go-uber-org-zap: Enable tests.Sharlatan Hellseher
* 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-12gnu: go-go-uber-org-multierr: Fix home-page.Sharlatan Hellseher
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-12gnu: go-go-uber-org-multierr: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-go-uber-org-multierr): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: If343d3b97a4b625424ee846c903e5db1b91fcc23
2024-04-12gnu: go-go-uber-org-atomic: Fix home-page.Sharlatan Hellseher
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-12gnu: go-go-uber-org-atomic: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-go-uber-org-atomic): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ib12085510b40a00e61dda2ae886754a116edd032
2024-04-12gnu: Add go-go-uber-org-dig.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-go-uber-org-dig): New variable. Change-Id: I127569582dbf060b2870c8ac7f977a96e5ba9596
2024-04-12gnu: go-github-com-pbnjay-memory: Update to 0.0.0-2.7b4eea6.Sharlatan Hellseher
* gnu/packages/golang-xyz (go-github-com-pbnjay-memory): Update to 0.0.0-2.7b4eea6. Change-Id: I3772c15497ddc4e7028eb4e6e5cd7ba9a08ba198
2024-04-12gnu: go-github-com-pbnjay-memory: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-pbnjay-memory): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ie46dfc76fd468ab3a5af886592a150e3e4565111
2024-04-12gnu: Add go-github-com-hashicorp-golang-lru.Sharlatan Hellseher
* 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-12gnu: Add go-github-com-openprinting-goipp.Herman Rimm
* gnu/packages/golang-xyz.scm (go-github-com-openprinting-goipp): Add variable. Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-04-12gnu: go-github-com-fatih-color: Move to golang-xyz.Sharlatan Hellseher
* 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-12gnu: go-github-com-gobwas-glob: Move to golang-xyz.Sharlatan Hellseher
* 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-09gnu: Add go-github-com-facette-natsort.Wilko Meyer
* gnu/packages/golang-xyz.scm (go-github-com-facette-natsort): New variable. Signed-off-by: Sharlatan Hellseher <[email protected]> Change-Id: I23ab432b5a7f35d2f3144cfd68cfff75683eb592
2024-04-09gnu: Add go-github-com-johnkerl-lumin.Wilko Meyer
* gnu/packages/golang-xyz.scm (go-github-com-johnkerl-lumin): New variable. Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-04-09gnu: Add go-github-com-lestrrat-go-strftime.Wilko Meyer
* gnu/packages/golang-xyz.scm (go-github-com-lestrrat-go-strftime): New variable. Signed-off-by: Sharlatan Hellseher <[email protected]> Change-Id: I8f4fcc42608357c409dc38e63c1b2b1d3083b268
2024-04-09gnu: Add go-github-com-lestrrat-go-envload.Wilko Meyer
* gnu/packages/golang-xyz.scm (go-github-com-lestrrat-go-envload): New variable. Signed-off-by: Sharlatan Hellseher <[email protected]> Change-Id: I6bdf0b026779556bf5a0a89de0c7e868f13c286d
2024-04-06gnu: Add go-github-com-multiformats-go-multibase.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-multiformats-go-multibase): New variable. Change-Id: If634f1497d628a23f2c2ebb1e8e9f6526faa3f3f Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-04-06gnu: Add go-github-com-multiformats-go-base36.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-multiformats-go-base36): New variable. Change-Id: I27c5540fddae55ae9ce12a205d6f7f7c9a01569b Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-04-06gnu: Add go-github-com-multiformats-go-base32.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-multiformats-go-base32): New variable. Change-Id: If6c54a3c2d0a62e61e524da85c76ad6bf7f7bcbe Signed-off-by: Sharlatan Hellseher <[email protected]>
2024-04-06gnu: Add go-github-com-tkuchiki-go-timezone.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-tkuchiki-go-timezone): New variable. Change-Id: Iab9a96c7a8224b5c0b7dbcab75dcc4dcf45e5699
2024-04-06gnu: Add go-github-com-djherbis-times.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-djherbis-times): New variable. Change-Id: I5584f32a5ce384cc6ec1c742cf6606b26e6578fe
2024-04-06gnu: go-github-com-songmu-gitconfig: Update to 0.1.1.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-songmu-gitconfig): Update to 0.1.1. [source]: Use direct URL string instead of home-page. [home-page]: Move above synopsis. Change-Id: I6669bd6a3d25ae652b2d20441a29fdc3e0a318f7
2024-04-06gnu: go-github-com-mattn-go-pointer: Fix indentation.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-mattn-go-pointer): Fix indentation. Change-Id: I15669131fdeaf519458c40e49954529c5fea7c72