aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/messaging.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-11-12 23:08:48 +0100
committerLudovic Courtès <ludo@gnu.org>2020-11-13 09:13:56 +0100
commita30e7a72fce5b2357a2ccd4fb49980090425579c (patch)
tree385c140853ab9d3325b35660a9475ff5fca3ec37 /gnu/tests/messaging.scm
parentc410e9e531b999546f033d35266f8ac488dee7e0 (diff)
downloadguix-a30e7a72fce5b2357a2ccd4fb49980090425579c.tar.gz
guix-a30e7a72fce5b2357a2ccd4fb49980090425579c.zip
maint: Use 'guix' instead of 'guile3.0-guix' for the binary tarball.
* Makefile.am (GUIX_FOR_BINARY_TARBALL): Change to 'guix'.
Diffstat (limited to 'gnu/tests/messaging.scm')
0 files changed, 0 insertions, 0 deletions
ices): 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