aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/security-token.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-02-02 14:27:13 -0500
committerDavid Thompson <dthompson2@worcester.edu>2023-02-03 08:09:15 -0500
commitb8dc4afcbcd2b5e40f570c4d92f79e8b1008e4bf (patch)
tree2b7dd39e2be93b819e806de79bff8515c8cd7763 /gnu/tests/security-token.scm
parent157b94ead7ea64c945b8dc11f8a8800350ef53a5 (diff)
downloadguix-b8dc4afcbcd2b5e40f570c4d92f79e8b1008e4bf.tar.gz
guix-b8dc4afcbcd2b5e40f570c4d92f79e8b1008e4bf.zip
gnu: Add minifb.
* gnu/packages/graphics.scm (minifb): New variable.
Diffstat (limited to 'gnu/tests/security-token.scm')
0 files changed, 0 insertions, 0 deletions
(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