~ruther/guix-local

883e69cd — Antero Mejr 2 years ago
services: guix: Add ‘channels’ field.

* doc/guix.texi (Base Services): Document
'guix-configuration-channels' field.
(Invoking guix pull): Add cross-reference.
* gnu/services/base.scm (install-channels-file): New procedure.
(guix-configuration): Add channels field.
(guix-activation): Use 'install-channels-file' procedure.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I4d89235bf0bc6dde69984138ccb894b48ace9d76
3d2966e0 — Sharlatan Hellseher 1 year, 11 months ago
gnu: go-github-com-quic-go-quic-go: Move to golang-web.

* gnu/packages/golang.scm (go-github-com-quic-go-quic-go): Move from
here ...
* gnu/packages/golang-web.scm: ... to here.

* gnu/packages/golang-crypto.scm: Add (gnu packages golang-web) module.

Change-Id: I45053db9079d58e537084072e4c3d5bf80c39d2c
da53479a — Sharlatan Hellseher 1 year, 11 months ago
gnu: go-github-com-quic-go-qpack: Move to golang-web.

* gnu/packages/golang.scm (go-github-com-quic-go-qpack): Move from here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: I63b3feb07b330d164c91adaf32077f01fd705484
abedc744 — Sharlatan Hellseher 1 year, 11 months ago
gnu: go-github-com-multiformats-go-multiaddr-net: Move to golang-web.

* gnu/packages/golang.scm (go-github-com-multiformats-go-multiaddr-net):
Move from here ...
* gnu/packages/golang-web.scm (go-github-com-multiformats-go-multiaddr-net):
... to here.

Change-Id: Ie7d35cae682e753ed5d08abdb5478c7d0c0bd4fa
fe43dfb5 — Sharlatan Hellseher 1 year, 11 months ago
gnu: go-github-com-multiformats-go-multiaddr: Move to golang-web.

* gnu/packages/golang.scm (go-github-com-multiformats-go-multiaddr):
Move from here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: I31d9e4babae22a0c9b3bd41ce23bd30c265956cf
791578be — Artyom V. Poptsov 1 year, 11 months ago
gnu: Add go-github-com-multiformats-go-varint.

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

Change-Id: Ib2f82fff0fbed00010c2aa7993134d5a855f0d7d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
9a5b9dad — Artyom V. Poptsov 1 year, 11 months ago
gnu: Add go-pgregory-net-rapid.

* gnu/packages/golang-check.scm (go-pgregory-net-rapid): New variable.

Change-Id: I09a89c779a352e6a102d0b4c7af3aa1f7c3cac70
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
f620261a — Sharlatan Hellseher 1 year, 11 months ago
gnu: Add go-hclogvet.

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

Change-Id: I8eccda8a3fbc2cb32f19ad9318eea2229c6064c0
gnu: Add go-github-com-hashicorp-go-hclog.

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

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: Add go-github-com-hashicorp-go-cleanhttp.

* gnu/packages/golang-web.scm (go-github-com-hashicorp-go-cleanhttp): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
8429f25e — Ricardo Wurmus 1 year, 11 months ago
gnu: Add python-pytorch2.

* gnu/packages/machine-learning.scm (python-pytorch2): New variable.

Change-Id: Ibb837b5765438e7b9ec298537e5009e91d218601
c0dfb550 — Sharlatan Hellseher 1 year, 11 months ago
gnu: sbcl-cl-gltf: Update to 2.0.0-1.7a3af05.

* gnu/packages/lisp-xyz.scm (sbcl-cl-gltf): Update to 2.0.0-1.7a3af05.

Change-Id: Ice89e1ea8bc904c244de5f92a402b1c6a7ffc0ae
05e860a9 — Sharlatan Hellseher 1 year, 11 months ago
gnu: cl-woo: Remove input labels.

* gnu/packages/lisp-xyz.scm (sbcl-woo): Remove input labels.

Change-Id: I5bf9f8d8faaa90e237d11d01d3102533f7318801
0dea7342 — Sharlatan Hellseher 1 year, 11 months ago
gnu: cl-clack: Refresh package style.

* gnu/packages/lisp-xyz.scm (sbcl-clack):
[arguments]: Move above inputs.
[inputs]: Remove labels.

Change-Id: Ie4e8e657b656ef3c80a446f1d7ad2b90fc693ed4
b130647a — Sharlatan Hellseher 1 year, 11 months ago
gnu: cl-deploy: Remove input labels.

* gnu/packages/lisp-xyz.scm (sbcl-deploy): Remove input labels.

Change-Id: Icae014c7bd08639d1f23048e831f4317e2811a2a
4172a5ae — Sharlatan Hellseher 1 year, 11 months ago
gnu: cl-generic-cl: Refresh package style.

* gnu/packages/lisp-xyz.scm (sbcl-generic-cl):
[arguments]: Move above inputs.
[inputs]: Remove labels.

Change-Id: I366230776df1686b16e920088c9e1ce99c49d469
79394fd0 — Sharlatan Hellseher 1 year, 11 months ago
gnu: Add cl-ciel.

* gnu/packages/lisp-xyz.scm (cl-ciel, sbcl-ciel): New variables.

Change-Id: I2d8eb9039a7b4a59c17af65eb76b74638e1685b3
e631772f — Sharlatan Hellseher 1 year, 11 months ago
gnu: Add cl-punch.

* gnu/packages/lisp-xyz.scm (cl-punch, ecl-cl-punch,
sbcl-cl-punch): New variables.

Change-Id: If6f7937d02a8dec67a9594ff011c44719349fd22
7b50f5b7 — Sharlatan Hellseher 1 year, 11 months ago
gnu: Add cl-vgplot.

* gnu/packages/lisp-xyz.scm (cl-vgplot, ecl-vgplot, sbcl-vgplot): New
variables.

Change-Id: I0c5aa5f3a0bb5bf79f0750b957442533073e5e2c
86995427 — Sharlatan Hellseher 1 year, 11 months ago
gnu: Add cl-easy-routes.

* gnu/packages/lisp-xyz.scm (cl-easy-routes, ecl-easy-routes,
sbcl-easy-routes): New variables.

Change-Id: Ic8d7413faf4b7e23775cc9c10b1b3da6494433d0
Next