aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/version-control.scm
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2024-01-07 11:27:02 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2024-01-07 11:27:02 +0100
commit7f530f52c9c07b34c4df9c8fbeae0c3c9d0345e9 (patch)
tree4c0c932d76aa6b49a564e5b59096fbdd53c2f3ab /gnu/packages/version-control.scm
parentd1ce5a3597ed81f670900740338f6460ce71b653 (diff)
downloadguix-7f530f52c9c07b34c4df9c8fbeae0c3c9d0345e9.tar.gz
guix-7f530f52c9c07b34c4df9c8fbeae0c3c9d0345e9.zip
gnu: cl-concurrent-hash-tables: Update to 0.0.0-1.6ad539b.
* gnu/packages/lisp-xyz.scm (sbcl-concurrent-hash-tables): Update to 0.0.0-1.6ad539b. Change-Id: I6e44d4d17cf21162c099b0bb9e6d1ae60f869c33
Diffstat (limited to 'gnu/packages/version-control.scm')
0 files changed, 0 insertions, 0 deletions
pan title='2023-03-03 17:55:33 +0100'>2023-03-03services: desktop: Deprecate 'elogind-service' procedure....* doc/guix.texi (Desktop Services): Replace 'elogind-service' with 'elogind-service-type'. * gnu/services/desktop.scm (elogind-service): Deprecate procedure. (desktop-services-for-system): Use elogind-service-type. * gnu/tests/lightdm.scm (minimal-desktop-services): Ditto. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal 2022-11-17tests: lightdm: Use set-xorg-configuration to set keyboard layout....This is to validate that it works, when the login manager service type is properly specified. * gnu/tests/lightdm.scm (%lightdm-os): Use set-xorg-configuration. Maxim Cournoyer 2022-08-28services: Add lightdm-service-type....* gnu/services/lightdm.scm: New service. * tests/services/lightdm.scm: Test it. * doc/guix.texi (X Window): Document it. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it. Co-authored-by: L p R n d n <guix@lprndn.info> Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Maxim Cournoyer