summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
AgeCommit message (Collapse)Author
2025-01-28gnu: packages/golang-xyz: Simplify some difinitions.Sharlatan Hellseher
This changes utilize default go-build-system options to skip build and test the whole project recursively. * gnu/packages/golang-xyz.scm (go-github-com-syndtr-goleveldb, go-github-com-jdkato-twine) [arguments]: <test-flags>: Move skip test logic here. <skip-build?>: No go files in project's root. <phases>: Use default 'check, preserve 'build. * gnu/packages/golang-xyz.scm: (go-github-com-muesli-reflow, go-github-com-matttproud-golang-protobuf-extensions-v2, go-github-com-liyue201-gostl, go-github-com-lithammer-fuzzysearch, go-github-com-google-gnostic-models, go-github-com-burntsushi-graphics-go) [arguments]: <skip-build?>: No go files in project's root. <phases>: Preserve 'build. Change-Id: I02840169f6f572c947a725f0a03491f0769fd807
2025-01-28gnu: go-github-com-opencontainers-runtime-spec: Enable tests.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-opencontainers-runtime-spec) [arguments] <skip-tests?>: No go files in project's root. <phases>: Preserve 'build and 'check. [native-inputs]: Add go-github-com-xeipuuv-gojsonschema. Change-Id: Ic170a7de808577ae7c783f8fc29cf9e7d92c37b6
2025-01-27gnu: go-github-com-pelletier-go-toml-v2: Disable tests.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-pelletier-go-toml-v2) [arguments] <tests?>: Disable as all of them hang in CI without any obvious reason. Change-Id: I90d74254df46d0fb215bae3823e1c1f744156357
2025-01-27gnu: go-github-com-zclconf-go-cty: Skip some tests on non 64bit arch.Sharlatan Hellseher
As seen in <https://ci.guix.gnu.org/build/8739612/log/raw>, 2 tests failed on i686-linux, where all passed on x86_64-linux. These changes skip some tests on non 64bit architectures. * gnu/packages/golang-xyz.scm (go-github-com-zclconf-go-cty) [arguments] <test-flags>: Conditionally skip some tests on non 64bit architectures. Change-Id: Ib9c50f297744d0fe4b6f40811fdeeeb2d22a361d
2025-01-25gnu: go-github-com-pelletier-go-toml-v2: Single thread tests.Sharlatan Hellseher
Tests still hang providing no errors and causing the build to fail, see <https://ci.guix.gnu.org/build/8687212/log/raw>. * gnu/packages/golang-xyz.scm (go-github-com-pelletier-go-toml-v2) [arguments] <parallel-tests?>: Run tests in single thread. Change-Id: Ic14b8467d8b696453240bd92f6f4bfc4daa55dd8
2025-01-25gnu: go-github-com-surge-glog: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-surge-glog): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ib9dbb497618ac5c0655faf31bb0b7ea440b57a13
2025-01-25gnu: go-github-com-sabhiram-go-gitignore: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-sabhiram-go-gitignore): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ie137f390626b89b980833091f641700fa4d6f504
2025-01-25gnu: go-github-com-schachmat-ingo: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-schachmat-ingo): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I36ef07e80b18b7ca6020ecc749061fc9ac7afdc8
2025-01-25gnu: Add go-toml.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-toml): New variable. Change-Id: I7b766fa7b5e7ff33d3bbe84be4a65ec75e2d6303
2025-01-25gnu: go-github-com-pelletier-go-toml-v2: Remove benchmarks.Sharlatan Hellseher
It's an attempt to fix build in CI as seen in <https://ci.guix.gnu.org/build/7688093/log/raw>; however the check phase passed successfully on 16 threads machine even with benchmarks enabled. * gnu/packages/golang-xyz.scm (go-github-com-pelletier-go-toml-v2) [arguments] <test-falgs>: Skip one test related to benchmarks, run short test just once. <phases>: Add 'remove-benchmarks. Change-Id: Id2aac003ba5c9705173eea132185d2fb51e701f7
2025-01-25gnu: Add go-github-com-xaionaro-gosrc.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-xaionaro-gosrc): New variable. Change-Id: Ie7726ed53c7c4d98aa58e2afbe600073b8a9c4b1
2025-01-25gnu: Add go-github-com-xaionaro-go-bytesextra.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-xaionaro-go-bytesextra): New variable. Change-Id: Ic14dcee9fd2bca052e120abf9acf86b80c910005
2025-01-25gnu: Add go-github-com-fatih-camelcase.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-fatih-camelcase): New variable. Change-Id: Ib1d79b40869ffdfa1eadd02b20c751565eb4d7da
2025-01-25gnu: Add go-github-com-fatih-structtag.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-fatih-structtag): New variable. Change-Id: I83942f580d5fcc94e2b098dc68a8c5d0f2bdcc23
2025-01-25gnu: Add go-github-com-xaionaro-go-unsafetools.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-xaionaro-go-unsafetools): New variable. Change-Id: I5ab272d183dad9098686db4f2bd234e3c1e44e39
2025-01-25gnu: go-github-com-pelletier-go-toml-v2: Update to 2.2.3.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-pelletier-go-toml-v2): Update to 2.2.3. Change-Id: Idb5d5f0fe7333b4816698a915ca30b9205fdadcb
2025-01-24gnu: Add go-github-com-tomwright-dasel-v2.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-tomwright-dasel-v2): New variable. Change-Id: I92e2cc4d4e04663d425cc0719c6f9faf84bfe905
2025-01-24gnu: Add go-github-com-clbanning-mxj-v2.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-clbanning-mxj-v2): New variable. Change-Id: Ib1332703a10683ddffe2515c31abddded0a28d5e
2025-01-24gnu: Add go-github-com-jdkato-go-tree-sitter-julia.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-jdkato-go-tree-sitter-julia): New variable. Change-Id: Id6a7a86393e21f642c36c7526e5abda3b5fa8e01
2025-01-24gnu: Add go-github-com-smacker-go-tree-sitter.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-smacker-go-tree-sitter): New variable. Change-Id: I34cdf9e1680ba478ee4cebe198c0db7fd9fa36b2
2025-01-24gnu: go-github-com-spf13-cobra: Adjust inputs.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-spf13-cobra) [propagated-inputs]: Add go-github-com-go-md2man. [native-inputs]: Remove go-github-com-go-md2man. Change-Id: I4f019b309c244729f8eff4810a870f140dc78735
2025-01-23gnu: go-github-com-cention-sany-utf7: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-cention-sany-utf7): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Icc752dc109f6a0b2e43e8b5846ee9f288d174402
2025-01-23gnu: Remove go-k8s-io-klog.Sharlatan Hellseher
go-k8s-io-klog failed to build and has no users in Guix, overwrite it with v2 variant. * gnu/packages/golang-xyz.scm (go-k8s-io-klog): Overwrite variable with go-k8s-io-klog-v2 variant. Change-Id: I7779ec426ab66b37d2240e38917728346a1aa08f
2025-01-23gnu: go-zgo-at-zstd: Update to 0.0.0-20241125224656-49fafbb06ca9.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-zgo-at-zstd): Update to 0.0.0-20241125224656-49fafbb06ca9. [arguments] <test-flags>: Skip 2 tests. <phases>: Use default 'check. Change-Id: I4a78dc3d37477cc36e98d5900502db01515d9a26
2025-01-23gnu: go-hclogvet: Fix build.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-hclogvet) [propagated-inputs]: Do not overwrite and just inherit all. Change-Id: I7ada9851d22bff9df7e9e39961a5e694c67de102
2025-01-23gnu: go-gopkg-in-inconshreveable-log15-v1: Skip one test.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-gopkg-in-inconshreveable-log15-v1) [arguments] <test-flags>: Skip one test. Change-Id: I7f6758d74143f53b263de5d1ff0c9d0e40536b8c
2025-01-22gnu: go-github-com-d4l3k-messagediff: Fix build.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-d4l3k-messagediff): [propagated-inputs]: Add go-golang-org-x-net. Change-Id: I795ec6178c18c1e32a659c3ca80029a43e1da75e
2025-01-22gnu: go-github-com-couchbase-gomemcached: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/databases.scm (go-github-com-couchbase-gomemcached): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I62b77bffa9f6e673ebcedc58599c7e2a0e827f4c
2025-01-22gnu: go-github-com-alecthomas-chroma: Update to 0.10.0.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-chroma): Update to 0.10.0. [native-inputs]: Add go-github-com-alecthomas-kong, go-github-com-alecthomas-kong-hcl, go-github-com-gorilla-csrf, go-github-com-gorilla-handlers, go-github-com-gorilla-mux, go-github-com-mattn-go-colorable, and go-github-com-mattn-go-isatty. Change-Id: I48b68706fb32b64a594957a696c0f32b824c1590
2025-01-22gnu: Add go-github-com-alecthomas-kong-hcl.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-kong-hcl): New variable. Change-Id: Iea741ab1740eb0c956621ac6ed095a47014d3112
2025-01-21gnu: Add go-github-com-labstack-gommon.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-labstack-gommon): New variable. Change-Id: Ieb84db29cd2aa7417286406b0c1c7397c3e4d573
2025-01-21gnu: Add go-github-com-valyala-fasttemplate.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-valyala-fasttemplate): New variable. Change-Id: I7b7a4314c0ae68f03bb6a25c6b71e4e95bbd7639
2025-01-21gnu: Add go-github-com-patrickmn-go-cache.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-patrickmn-go-cache): New variable. Change-Id: I3c5fa4e1cf60670ecaeb75e98ea16370f03655a9
2025-01-21gnu: Add go-github-com-txthinking-runnergroup.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-txthinking-runnergroup): New variable. Change-Id: I305b21fcaba0cebdef5771370de43fe2b24c13a2
2025-01-21gnu: Add go-github-com-xtgo-uuid.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-xtgo-uuid): New variable. Change-Id: I4b18996fe59ca752ac4e471d4ada63ce98b66745
2025-01-21gnu: Add go-github-com-templexxx-xorsimd.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-templexxx-xorsimd): New variable. Change-Id: I7c160724d98ae38f7a776a7f85a10128eae00024
2025-01-21gnu: Add go-github-com-templexxx-cpu.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-templexxx-cpu): New variable. Change-Id: I19b13fefdce5d00f8f5f86d09dd41b3f789669cb
2025-01-21gnu: Add go-github-com-klauspost-asmfmt.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-klauspost-asmfmt, go-asmfmt): New variables. Change-Id: Ib6d7b3f0e844e8f3a5e1b29d458faa115b9d670a
2025-01-21gnu: Add go-github-com-klauspost-reedsolomon.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-klauspost-reedsolomon): New variable. Change-Id: I85674269cfe5fc6e4a9729ae8a6858daee31aedd
2025-01-21gnu: gopls: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (gopls): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ic1d121f112848f63786a6fa93498ba9ccc937354
2025-01-21gnu: go-github-com-go-ini-ini: Adjust inputs.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-go-ini-ini) [propagated-inputs]: Remove go-github-com-stretchr-testify. [native-inputs]: Add go-github-com-stretchr-testify. Change-Id: Ifef01ad461ae940bec9950380f742feb009ce0f8
2025-01-21gnu: go-github-com-go-ini-ini: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-go-ini-ini): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I0c7defa973b0301de3064d53b6c6b502fca9ef95
2025-01-21gnu: go-github-com-gedex-inflector: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-gedex-inflector): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I16eb15cc6f3b53997cf387df0991979dc941580d
2025-01-21gnu: go-github-com-golang-freetype: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-golang-freetype): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I5e455f90937905ba5ec2078dccd7037da78ed372
2025-01-21gnu: go-github-com-lunixbochs-vtclean: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-lunixbochs-vtclean): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I3babc373bf702e022bf126d7867f3a2719cb481e
2025-01-21gnu: go-github-com-shurcool-sanitized-anchor-name: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-shurcool-sanitized-anchor-name): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ieabd617d33e2185de2ded7b58f26fede569017ac
2025-01-21gnu: go-github-com-michiwend-gomusicbrainz: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-michiwend-gomusicbrainz): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I6d56c558651e788773034cb88b38d5350db0f2c2
2025-01-21gnu: go-github-com-michiwend-golang-pretty: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-michiwend-golang-pretty): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I851eb0caa396f84240579008b7b6c15cf906432c
2025-01-21gnu: go-github-com-mtibben-percent: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-mtibben-percent): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I72694bfd424e16b32a5390a64b3e7c16a8b17ee4
2025-01-21gnu: go-mvdan-cc-gofumpt: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-mvdan-cc-gofumpt): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I8be3ad98190babe01838b66c96da27d6a826cfb9