gnu: cl-clack: Refresh package style. * gnu/packages/lisp-xyz.scm (sbcl-clack): [arguments]: Move above inputs. [inputs]: Remove labels. Change-Id: Ie4e8e657b656ef3c80a446f1d7ad2b90fc693ed4
gnu: cl-deploy: Remove input labels. * gnu/packages/lisp-xyz.scm (sbcl-deploy): Remove input labels. Change-Id: Icae014c7bd08639d1f23048e831f4317e2811a2a
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
gnu: Add cl-ciel. * gnu/packages/lisp-xyz.scm (cl-ciel, sbcl-ciel): New variables. Change-Id: I2d8eb9039a7b4a59c17af65eb76b74638e1685b3
gnu: Add cl-punch. * gnu/packages/lisp-xyz.scm (cl-punch, ecl-cl-punch, sbcl-cl-punch): New variables. Change-Id: If6f7937d02a8dec67a9594ff011c44719349fd22
gnu: Add cl-vgplot. * gnu/packages/lisp-xyz.scm (cl-vgplot, ecl-vgplot, sbcl-vgplot): New variables. Change-Id: I0c5aa5f3a0bb5bf79f0750b957442533073e5e2c
gnu: Add cl-easy-routes. * gnu/packages/lisp-xyz.scm (cl-easy-routes, ecl-easy-routes, sbcl-easy-routes): New variables. Change-Id: Ic8d7413faf4b7e23775cc9c10b1b3da6494433d0
gnu: Add cl-hunchentoot-errors. * gnu/packages/lisp-xyz.scm (cl-hunchentoot-errors, ecl-hunchentoot-errors, sbcl-hunchentoot-errors): New variables. Change-Id: I15e0414cdc05e0ea98fc9574f2bd407fa69c846b
gnu: Add cl-mimeparse. * gnu/packages/lisp-xyz.scm (cl-mimeparse, ecl-cl-mimeparse, sbcl-cl-mimeparse): New variables. Change-Id: I26b1b83b93fd98f28086f929951cb5020a8db506
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
gnu: Add cl-st-json. * gnu/packages/lisp-xyz.scm (cl-st-json, ecl-st-json, sbcl-st-json): New variables. Change-Id: Ib349cfb6fb7da17741f331215e9a4d46bc4866c0
gnu: Add cl-boost-json. * gnu/packages/lisp-xyz.scm (cl-boost-json, ecl-boost-json, sbcl-boost-json): New variables. Change-Id: I9b00905645f220c512c245e9cf02c74c4c1efcbc
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
gnu: Add cl-trivial-utilities. * gnu/packages/lisp-xyz.scm (cl-trivial-utilities, ecl-trivial-utilities, sbcl-trivial-utilities): New variables. Change-Id: I1fde88484add5b77cf93ccacafb17ac548929481
gnu: Add cl-arrow-macros. * gnu/packages/lisp-xyz.scm (cl-arrow-macros, ecl-arrow-macros, sbcl-arrow-macros): New variables. Change-Id: I1d92139871f456d7d6780f2e60bbfed951d0298e
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
gnu: cl-form-types: Disable tests on ECL implementation. * gnu/packages/lisp-xyz.scm (ecl-cl-form-types): Disable tests. Change-Id: I8cca905edc57bf4e3e25847aff425ef1762f2e3f
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
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
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>