~ruther/guix-local

eee29297 — Sharlatan Hellseher 2 years ago
gnu: Add go-github-com-bmatcuk-doublestar-v2.

* gnu/packages/golang.scm (go-github-com-bmatcuk-doublestar-v2): New variable.

Change-Id: I56d5588a1741a8e6c86320ec07bc86805f34fc91
de55f214 — Sharlatan Hellseher 2 years ago
gnu: go-github-go-git: Adjust imports.

* gnu/packages/version-control.scm (go-github-go-git) [native-inputs]:
Move go-github-com-alcortesm-tgz, go-github-com-emirpasic-gods,
go-github-com-go-git-gcfg, go-github-com-go-git-go-billy,
go-github-com-go-git-go-git-fixtures, go-github-com-imdario-mergo,
go-github-com-jbenet-go-context, go-github-com-kevinburke-ssh-config,
go-github-com-mitchellh-go-homedir, go-github-com-sergi-go-diff,
go-github-com-xanzy-ssh-agent, go-golang-org-x-crypto,
go-golang-org-x-net, go-golang-org-x-text, go-gopkg-in-check-v1 and
go-gopkg-in-warnings from here ...
[propagated-inputs]: ... to here.

Change-Id: I9c16fe28dcbbaf7c53e201625f56a04bceb21fcb
d3d87b93 — Sharlatan Hellseher 2 years ago
gnu: go-github-go-git: Remove labels.

* gnu/packages/version-control.scm (go-github-go-git) [native-inputs]:
Remove labels.

Change-Id: Icf5eb3902a520e8f1306d72c7cbc533ff45d8cf4
bd511903 — Sharlatan Hellseher 2 years ago
gnu: ghq: Fix build.

Fix build as seen in <https://ci.guix.gnu.org/build/3490264/details>.

* gnu/packages/version-control.scm (ghq): Use G-expressions.
[arguments] <#:go>: Use go-1.21.
<#:phases>: Remove trailing #t from lambda.

Change-Id: Ifb1e133a2570dcd04212ef43b46c8b41c3507c88
f5050fb0 — Sharlatan Hellseher 2 years ago
gnu: ghq: Remove package labels.

* gnu/packages/version-control.scm (ghq): Remove labels.

Change-Id: Icc4b951bac4a1187c5d83a8309753d1dd842273a
92b5c13c — Sharlatan Hellseher 2 years ago
gnu: go-github-com-songmu-gitconfig: Fix build.

As seen in <https://ci.guix.gnu.org/build/3490304/log/raw>.

* gnu/packages/golang-xyz.scm go-github-com-songmu-gitconfig: Update
style.
[arguments] <#:go>: Use go-1.21.

Change-Id: Iea7a32b51d4bd74e99c52938307c11177ae79199
efa48093 — Sharlatan Hellseher 2 years ago
gnu: go-github-com-songmu-gitconfig: Move to golang-xyz.

* gnu/packages/golang.scm (go-github-com-songmu-gitconfig): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

* gnu/packages/version-control.scm: Add (gnu packages golang-xyx)
module.

Change-Id: Ibab2595d981d46096501bb8ab495e899d2aacf7d
dca16f4e — Sharlatan Hellseher 2 years ago
gnu: go-github-com-alecthomas-assert-v2: Update to 2.5.0.

* gnu/packages/golang-check.scm (go-github-com-alecthomas-assert-v2): Update to 2.5.0.

Change-Id: Ie0a1ad0488b499092437ce56f9df83d90d1be1e9
ce3394ed — Sharlatan Hellseher 2 years ago
gnu: go-github-com-alecthomas-assert: Depricate package.

The package go-github-com-alecthomas-assert is succeeded by
go-github-com-alecthomas-assert-v2 not in use by any others and
failed to build, see <https://ci.guix.gnu.org/build/3490314/log/raw>.

* gnu/packages/golang-check.scm (go-github-com-alecthomas-assert):
Remove variable.

Change-Id: Ia3f7b039c4de9b1b2956f0bfc2629d791aa9cf5a
5890d3b7 — Sharlatan Hellseher 2 years ago
gnu: Add go-github-com-alecthomas-chroma-v2.

* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-chroma-v2): New variable.

Change-Id: I883a1ca1a84fd35cf0d7fe946fd1caedafae3842
18f44da0 — Sharlatan Hellseher 2 years ago
gnu: go-github-com-alecthomas-chroma: Remove bundled files.

* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-chroma)
[source]: Remove git submodules and generated files.

Change-Id: Idafee9723b837495084aa0cd2fb454a953ff6233
73eb26cb — Sharlatan Hellseher 2 years ago
gnu: go-github-com-alecthomas-chroma: Update to 0.10.0.

* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-chroma): Update to 0.10.0.
[native-inputs]: Remove go-github-com-alecthomas-assert,
go-github-com-alecthomas-colour, go-github-com-alecthomas-repr,
go-github-com-mattn-go-isatty, and go-github-com-sergi-go-diff; add
go-github-com-stretchr-testify.

Change-Id: I9d72bbdeb97a3c94545ff08d356c5e568fe173c6
ee792860 — Sharlatan Hellseher 2 years ago
gnu: go-github-com-alecthomas-chroma: Move to golang-xyz.

* gnu/packages/golang.scm (go-github-com-alecthomas-chroma): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

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

Change-Id: I0f5f7068f530b282f3636678e9edc4fad6c8c94a
930692fe — Artyom V. Poptsov 2 years ago
gnu: Add go-github-com-dustin-gojson.

* gnu/packages/golang.scm (go-github-com-dustin-gojson): New variable.

Change-Id: Ifc3df4e7a2cdf21bf0725a848123930d61d048e3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
084ce22a — Artyom V. Poptsov 2 years ago
gnu: Add go-github-com-benbjohnson-clock.

* gnu/packages/golang-xyz.scm (go-github-com-benbjohnson-clock): New variable.

Change-Id: Ifcb3254e07388a6c7b4a7f9ee5dff4f3b4d25ee8
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
773d469a — Sharlatan Hellseher 2 years ago
gnu: Add go-github-com-golang-jwt-jwt-v5.

* gnu/packages/golang-crypto.scm (go-github-com-golang-jwt-jwt-v5): New variable.

Change-Id: Ic4dae5e59495c5316586034c5ddbd5bcb70cdf95
971b7b01 — Troy Figiel 2 years ago
gnu: Add go-github-com-golang-jwt-jwt-v4.

* gnu/packages/golang-crypto.scm (go-github-com-golang-jwt-jwt-v4): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: If96f032f404c4aaf80c7bd8a3e231336a8c6dbfb
f5de1f96 — Troy Figiel 2 years ago
gnu: Add go-github-com-coocood-freecache.

* gnu/packages/golang-xyz.scm (go-github-com-coocood-freecache): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
4bbca060 — Sharlatan Hellseher 2 years ago
gnu: Add go-pixelmatch.

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

Change-Id: Iaf1480d7ee938605644e27345c2e7a2b6cf8b9e0
d1a5af5a — Troy Figiel 2 years ago
gnu: Add go-github-com-orisano-pixelmatch.

* gnu/packages/golang-xyz.scm (go-github-com-orisano-pixelmatch): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Next