aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-09gnu: go-github.com-smartystreets-goconvey: Rename variable.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github.com-smartystreets-goconvey): Rename variable to go-github-com-smartystreets-goconvey. * gnu/packages/golang-xyz.scm (go-github-com-polydawn-refmt) [propagated-inputs]: Remove go-github.com-smartystreets-goconvey; add go-github-com-smartystreets-goconvey. * gnu/packages/golang.scm (go-gopkg-in-ini) [native-inputs] Remove go-github.com-smartystreets-goconvey; add go-github-com-smartystreets-goconvey. Change-Id: Ibde73bf974edadb90236a6c0d2dcee6545860e6e
2024-11-09gnu: go-github.com-smartystreets-assertions: Rename variable.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github.com-smartystreets-assertions): Rename variable to go-github-com-smartystreets-assertions to follow current package style. (go-github.com-smartystreets-goconvey) [propagated-inputs]: Remove go-github.com-smartystreets-assertions; add go-github-com-smartystreets-assertions. Change-Id: Ic25602f52b9d4717a5101648b402f61d1957cb1a
2024-11-09gnu: Add go-github-com-xtaci-lossyconn.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-xtaci-lossyconn): New variable. Change-Id: I8d1e5c02215e799265deb1b46a916982a7d71d7e
2024-11-09gnu: Add go-github-com-xtaci-smux.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-xtaci-smux): New variable. Change-Id: I62ddb7898eba295ba773579dcd84704e54f2d408
2024-11-09gnu: go-github-com-shadowsocks-go-shadowsocks2: Enable all tests.Sharlatan Hellseher
* gnu/packages/golang-crypto.scm (go-github-com-shadowsocks-go-shadowsocks2) [arguments]: <#:phases>: Use custom 'check phase. Change-Id: Ia7efa74417d47a4679befd11ca3e76aaf0bc8c48
2024-11-09gnu: go-github-com-shadowsocks-go-shadowsocks2: Update to 0.1.5.Sharlatan Hellseher
* gnu/packages/golang-crypto.scm (go-github-com-shadowsocks-go-shadowsocks2): Update to 0.1.5. [propagated-inputs]: Remove go-golang-org-x-net, go-golang-org-x-sys, and go-golang-org-x-text. Change-Id: I14d26ea40cf7d317b07fcf0484a0727e8f3c5f91
2024-11-09gnu: go-github-com-aead-chacha20: Fix indentation.Sharlatan Hellseher
* gnu/packages/golang-crypto.scm (go-github-com-aead-chacha20): Fix indentation. Change-Id: I2084ebd6a8472b5835498e19c115f778b46ff6d6
2024-11-09gnu: go-github-com-aead-chacha20: Update to 0.0.0-20180709150244-8b13a72661da.Sharlatan Hellseher
* gnu/packages/golang-crypto.scm (go-github-com-aead-chacha20): Update to 0.0.0-20180709150244-8b13a72661da. Change-Id: I01b464ea6da2f89a3d4e4eeba2e2c13d1f3ac10b
2024-11-09gnu: Add go-github-com-aead-ecdh.Sharlatan Hellseher
* gnu/packages/golang-crypto.scm (go-github-com-aead-ecdh): New variable. Change-Id: I50ddf2453834d8928be2301715fd6c207de5a536
2024-11-09gnu: Add go-github-com-workiva-go-datastructures.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-workiva-go-datastructures): New variable. Change-Id: I1523c7aeaed0910fbfbfe7fc96566684fdd2dab8 Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-11-09gnu: go-github-com-deckarep-golang-set-v2: Update to 2.6.0.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-deckarep-golang-set-v2): Update to 2.6.0. Change-Id: Iaf7f84352514b0b98f23fbd1da47dbe700fd0c03
2024-11-09gnu: go-github-com-aws-smithy-go: Update to 1.21.0.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-aws-smithy-go): Update to 1.21.0. Change-Id: Ife3e9685cf4628694538061685ad958f40c3cd14
2024-11-09gnu: build/go: Apply default 'fix-embed-files phase.Sharlatan Hellseher
These changes remove redundant phases where files, requiring to be embed during build or check phases, are copied to the build directory as proposed in <https://issues.guix.gnu.org/73299>. * gnu/packages/backup.scm (restic-rest-server) [arguments]: <#:phases>: Remove 'fix-embed-files phase. * gnu/packages/configuration-management.scm (chezmoi): Likewise. * gnu/packages/packages/golang-build.scm (go-github-com-golang-protobuf): Likewise. * gnu/packages/golang-web.scm (go-github-com-go-openapi-loads, go-github-com-go-openapi-runtime, go-github-com-golang-groupcache): Likewise. * gnu/packages/golang-xyz.scm (go-github-com-dgraph-io-badger): Likewise. * gnu/packages/golang.scm (go-github-com-ssgelm-cookiejarparser): Likewise. * gnu/packages/ipfs.scm (go-github-com-ipfs-go-ds-badger, go-github-com-libp2p-go-libp2p, kubo): Likewise. * gnu/packages/irc.scm (soju): Likewise. * gnu/packages/networking.scm (nebula): Likewise. * gnu/packages/prometheus.scm (go-github-com-nbrownus-go-metrics-prometheus, go-github-com-prometheus-client-golang, go-github-com-prometheus-common, go-github-com-prometheus-common-sigv4, go-github-com-prometheus-exporter-toolkit, go-github-com-prometheus-statsd-exporter): Likewise * gnu/packages/version-control.scm (git-lfs): Likewise. * gnu/packages/web.scm (miniflux): Likewise. * gnu/packages/golang-crypto.scm (go-filippo-io-age): [arguments]: <#:phases>: Remove 'copy-input-to-vendor-direcotyr and 'remove-vendor-directory phases. * gnu/packages/golang-web.scm (go-github-com-go-openapi-analysis, go-github-com-go-openapi-analysis, go-github-com-go-openapi-validate): Likewise. * gnu/packages/golang.scm (go-github-com-charmbracelet-glamour): Likewise. * gnu/packages/textutils.scm (vale): Likewise. Change-Id: Ic2ec01c8caf86f3ae69d7a1812c1e0b78a549e91
2024-11-09build/go: Replace symlinks with a copy of the file.Efraim Flashner
* guix/build/go-build-system.scm (fix-embed-files): New procedure. (%standard-phases): Add 'fix-embed-files after 'unpack. * guix/build-system/go.scm (#:embed-files): New key parameter. * doc/guix.texi: (go-build-system): Document a new key. Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I27bc46fa1a3f4675ff73b6cba4ef5c3d177c22b1
2024-11-09gnu: go-github-com-matttproud-golang-protobuf-extensions-v2: Fix build.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-matttproud-golang-protobuf-extensions-v2): Fix build. [arguments]: <#:phases>: Add 'fix-embed-files. Change-Id: Id19ae90a13788a454ac11089dabf71ce399b20db
2024-11-09gnu: nebula: Fix build.Sharlatan Hellseher
* gnu/packages/networking.scm (nebula): Fix build. [arguments]: <#:phases>: Add 'fix-embed-files. Change-Id: Ie2522c61aa1febadd250b1c02738c48bb82497e9
2024-11-09gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix build.Sharlatan Hellseher
Fix the build as senn in <https://ci.guix.gnu.org/build/5804385/log/raw>. * gnu/packages/prometheus.scm (go-github-com-nbrownus-go-metrics-prometheus): Fix build. [arguments]: <#:phases>: Add 'fix-embed-files. Change-Id: I0164c81caf203d93cdc8d1745b5a15bf77be9fb5
2024-11-09gnu: restic-rest-server: Fix build.Sharlatan Hellseher
Fix the build as senn in <https://ci.guix.gnu.org/build/5805924/log/raw>. * gnu/packages/backup.scm (restic-rest-server): Fix build. [arguments]: <#:phases>: Add 'fix-embed-files. Change-Id: I84454cddcd39c32f7b87d13d6ea9433c86426c8c
2024-11-09gnu: miniflux: Fix build.Sharlatan Hellseher
Fix the build as senn in <https://ci.guix.gnu.org/build/5804243/log/raw>. * gnu/packages/web.scm (miniflux): Fix build. [arguments]: <#:phases>: Add 'fix-embed-files. Change-Id: If266fa82e0e810e340a3c69c80edbacddd6bcefa
2024-11-09gnu: soju: Fix build.Sharlatan Hellseher
Fix the build as seen in <https://ci.guix.gnu.org/build/5804515/log/raw>. * gnu/packages/irc.scm (soju): Fix build. [arguments]: <#:phases>: Add 'fix-embed-files. Change-Id: I8d1bddc335ab838127111f70dbc64528aa3dc4ff
2024-11-09gnu: go-github-com-prometheus-common-sigv4: Update to 0.1.0, fix build.Sharlatan Hellseher
Fix the build as seen in <https://ci.guix.gnu.org/build/5804380/log/raw>. * gnu/packages/prometheus.scm (go-github-com-prometheus-common-sigv4): Update to 0.1.0. [source]: Remove all submodules and keep the sources just for <github.com/prometheus/common/sigv4>. [origin]: Apply new style for "go-version->git-ref" using <#:subdir> key parameter. [arguments]: <#:phases>: Remove 'override-prometheus-common; add 'fix-embed-files. Change-Id: I69a37690baafbfca1a2e33ebdea957456a96b0e8
2024-11-09guix: Add copyright records.Sharlatan Hellseher
* guix/build-system/go.scm: Add missing copyright record to the header for Christina O'Donnell <cdo@mutix.org>. * guix/import/go.scm: Likewise. Change-Id: If8b6b5dd31126b9209da5b6c0ad1d479c653bbe6
2024-11-09gnu: Add go-msgp.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-msgp): New variable. Change-Id: Ia9b339e6ea413c6d3442ecdcda56e6ce0be5c87b
2024-11-09gnu: Add go-github-com-tinylib-msgp.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-tinylib-msgp): New variable. Change-Id: I901e4f1671a0868b0042d224f26ed74f2f9d3900
2024-11-09gnu: Add go-github-com-philhofer-fwd.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-philhofer-fwd): New variable. Change-Id: Ibb873c8526892b1c05cef557ae1cd6caf9454d60
2024-11-09gnu: Add go-github-com-pquerna-ffjson.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-pquerna-ffjson): New variable. Change-Id: I234a53a44e96b6db82261dea75a928ffab70723a
2024-11-09gnu: Add go-github-com-dgryski-go-ddmin.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-dgryski-go-ddmin): New variable. Change-Id: I8f5a15fb55c2166ee99b6099423c014860f8ee71
2024-11-09gnu: Add go-github-com-ryanuber-columnize.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-ryanuber-columnize): New variable. Change-Id: I6cd3a54c445c312461e242ae221228993a24e0e6
2024-11-09gnu: Add go-github-com-xlab-treeprint.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-xlab-treeprint): New variable. Change-Id: I5bd6543c5a34881a6a1c084bdb006c6086c312e4
2024-11-09gnu: Add go-github-com-pascaldekloe-goe.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-pascaldekloe-goe): New variable. Change-Id: Idd1de1f2d2e5aab8c6e257706fefa1960bce53ab
2024-11-09gnu: Add go-github-com-hashicorp-go-immutable-radix.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-go-immutable-radix, go-github-com-hashicorp-go-immutable-radix-v2): New variables. Change-Id: I2c5ed0acdaec49e91720ba71efd45e849855cb2b
2024-11-09gnu: Add go-github-com-circonus-labs-circonus-gometrics-v3.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-circonus-labs-circonus-gometrics-v3): New variable. Change-Id: Ic4ef0f2a312c6b24a6a0f8950861975db7536ac3
2024-11-09gnu: Add go-github-com-circonus-labs-go-apiclient.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-circonus-labs-go-apiclient): New variable. Change-Id: Ia623c1bf0a296201e36ee6fa97e69cc80cee1dee
2024-11-09gnu: Add go-github-com-circonus-labs-circonus-gometrics.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-circonus-labs-circonus-gometrics): New variable. Change-Id: I5c03bc30e11d0b056198b8348ebf71646341f19f
2024-11-09gnu: Add go-github-com-hashicorp-go-retryablehttp.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-hashicorp-go-retryablehttp): New variable. Change-Id: I60bee5b1ae3cda325cc1be4636766f5ac65a5555
2024-11-09gnu: Add go-github-com-openhistogram-circonusllhist.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-openhistogram-circonusllhist): New variable. Change-Id: I02af4ee4552fe6d09e6727afe6e9098eba0bc0d0
2024-11-09gnu: Add go-github-com-datadog-datadog-go-v5.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-datadog-datadog-go-v5): New variable. Change-Id: I34410ef0cbe8ed655eeb8bc5b051c822c5b02523
2024-11-09gnu: Add go-github-com-golang-mock.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-golang-mock): New variable. Change-Id: I9ae851e7eb1e4950594387604a41af330b8b4127
2024-11-09gnu: Add go-github-com-datadog-datadog-go.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-datadog-datadog-go): New variable. Change-Id: Icff31fb07033cc41621835a4f6aa56e6a1e8f9ec
2024-11-09gnu: Add go-github-com-gofrs-uuid.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-gofrs-uuid, go-github-com-gofrs-uuid-v5): New variables. Change-Id: I64e374868195315824348c5581f675d8e0b5c141
2024-11-09gnu: Add go-github-com-go-openapi-runtime.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-go-openapi-runtime): New variable. Change-Id: Iba2b08ba70af9d376bf657e754391ba18efe814d
2024-11-09gnu: go-github-com-go-openapi-loads: Simplify phases.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-go-openapi-loads) [arguments]: <#phases>: Swap 'copy-input-to-vendor-directory and 'remove-vendor-directory to generalized 'fix-embed-files phase. Change-Id: Id025bdf03b6c2795183d6f6d80d4689b653425d6
2024-11-09gnu: Add go-go-opentelemetry-io-otel-sdk.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-go-opentelemetry-io-otel-sdk): New variable. Change-Id: I170133ed9d2d85d33d8a4ee66624382a34fac06b
2024-11-09gnu: Add go-go-opentelemetry-io-otel.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-go-opentelemetry-io-otel): New variable. Change-Id: I85c333ea576b1ebcc4373c8a06d50114a4d25325
2024-11-09gnu: chezmoi: Update to 1.8.10.Sharlatan Hellseher
* gnu/packages/configuration-management.scm (chezmoi): Update to 1.8.10. [arguments]: <#:phases>: Swap 'copy-input-to-vendor-directory and 'remove-vendor-directory phases with generalized 'fix-embed-files. [native-inputs]: Remove go-github-com-alecthomas-chroma-v2; add go-github-com-muesli-combinator, go-github-com-rs-zerolog, go-go-uber-org-multierr, and go-gopkg-in-yaml-v3. Change-Id: Iae3945377ec459bd018246bc4463dab580e3d367
2024-11-09gnu: Add go-github-com-muesli-combinator.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-muesli-combinator): New variable. Change-Id: I24e9c6c752e677d6c3f4f97f461bbd66d7b675b1
2024-11-09gnu: Add go-github-com-rs-zerolog.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-rs-zerolog): New variable. Change-Id: I66ff162e3dcc694f27d6d01fb00099d2d5de9abb
2024-11-09gnu: Add go-github-com-rs-xid.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-rs-xid): New variable. Change-Id: I79477d9f5166ff84a9ef957c9bf15506849399aa
2024-11-09gnu: Add go-github-com-bmatcuk-doublestar-v3.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-bmatcuk-doublestar-v3): New variable. Change-Id: I5d629750abef81f1b4f5ec8bb0cdb0e2f219d3e2
2024-11-09gnu: go-github-com-go-git-go-git-v5: Update style.Sharlatan Hellseher
* gnu/packages/version-control.scm (go-github-com-go-git-go-git-v5): Apply G-expression. Change-Id: I80fd085c8ea9bda9d7be45ee8965bbea50117516