~ruther/guix-local

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
3cd6076e — Sharlatan Hellseher 1 year, 11 months ago
gnu: Add cl-hunchentoot-errors.

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

Change-Id: I15e0414cdc05e0ea98fc9574f2bd407fa69c846b
a31333c2 — Sharlatan Hellseher 1 year, 11 months ago
gnu: Add cl-mimeparse.

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

Change-Id: I26b1b83b93fd98f28086f929951cb5020a8db506
ada63ef5 — Sharlatan Hellseher 1 year, 11 months ago
gnu: Add cl-json-pointer.

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

Change-Id: I9fb6a063595792995c4a5af05a03ab889660702e
56fd9823 — Sharlatan Hellseher 1 year, 11 months ago
gnu: Add cl-st-json.

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

Change-Id: Ib349cfb6fb7da17741f331215e9a4d46bc4866c0
78b4f2bc — Sharlatan Hellseher 1 year, 11 months ago
gnu: Add cl-boost-json.

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

Change-Id: I9b00905645f220c512c245e9cf02c74c4c1efcbc
43208401 — Sharlatan Hellseher 1 year, 11 months ago
gnu: Add cl-trivial-monitored-thread.

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

Change-Id: I5da3c72e8437d368057aa7a7305e724141dfe09c
c75eb3b3 — Sharlatan Hellseher 1 year, 11 months ago
gnu: Add cl-trivial-utilities.

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

Change-Id: I1fde88484add5b77cf93ccacafb17ac548929481
14942e2a — Sharlatan Hellseher 1 year, 11 months ago
gnu: Add cl-arrow-macros.

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

Change-Id: I1d92139871f456d7d6780f2e60bbfed951d0298e
9d1f3593 — Sharlatan Hellseher 1 year, 11 months ago
gnu: cl-form-types: Update to 0.3.2.

* gnu/packages/lisp-xyz.scm (sbcl-cl-form-types): Update to 0.3.2.

Change-Id: I33a90bba9efb181466d113951a9eb398d20b2648
ae1c3ce8 — Sharlatan Hellseher 1 year, 11 months ago
gnu: cl-form-types: Disable tests on ECL implementation.

* gnu/packages/lisp-xyz.scm (ecl-cl-form-types): Disable tests.

Change-Id: I8cca905edc57bf4e3e25847aff425ef1762f2e3f
d67e4f0f — Ludovic Courtès 2 years ago
doc: Add “Source Tree Structure” section.

* doc/contributing.texi (Source Tree Structure): New node.
* doc/guix.texi (Programming Interface): Add cross-reference.

Change-Id: I141a1f4d806ae5f72c7a246e18c14dc63056a607
a2077e5b — Ludovic Courtès 1 year, 11 months ago
services: guix-publish: Use ‘make-systemd-constructor’ unconditionally.

The #:lazy-start? parameter was added in the Shepherd 0.10.0, which is
required since commit 477d4f7d241165b5a5fd315c27efd7803fad4a04.

* gnu/services/base.scm (guix-publish-shepherd-service): Use
‘make-systemd-constructor’ unconditionally and pass #:lazy-start?.

Change-Id: I95aa079732cd21e32091c7deea2ed2f1bc50f2f2
d282a31f — Richard Sent 1 year, 11 months ago
reconfigure: Skip starting new shepherd services with auto-start? #f

Fixes <https://bugs.gnu.org/68093>.

* guix/scripts/system/reconfigure.scm (upgrade-shepherd-services): Only add
new shepherd services with auto-start? #t to to-start list.

Change-Id: I268b921336fb1195ed76746eb6178889dbc258b4
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Next