aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSteve George <steve@futurile.net>2023-10-23 23:20:48 +0100
committerEfraim Flashner <efraim@flashner.co.il>2023-10-24 14:25:48 +0300
commitfc62986a50fcf9c3800f6ffca37176b673b95a63 (patch)
tree56b39009e6d8749a9099664fa44c31d24060f790 /tests
parent10717c59aebfc8e0b77795b54eaea3160ea0cb03 (diff)
downloadguix-fc62986a50fcf9c3800f6ffca37176b673b95a63.tar.gz
guix-fc62986a50fcf9c3800f6ffca37176b673b95a63.zip
gnu: Add rust-parking-lot-core-0.2.
* gnu/packages/crates-io.scm (rust-parking-lot-core-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I67c376b535ae33072983eaeaa03408e00ac5236a
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions
/lightdm.scm?id=c3dc13e29c624609b851ef50db343074fad2d7cb'>services: desktop: Deprecate 'accountsservice-service' procedure....* doc/guix.texi (Desktop Services): Replace 'accountsservice-service' with 'accountsservice-service-type'. * gnu/services/desktop.scm (accountsservice-service): Deprecate procedure. (desktop-services-for-system): Use accountsservice-service-type. * gnu/tests/lightdm.scm (minimal-desktop-services): Ditto. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal 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