[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: lightdm: Enable XDMCP support.
From: |
guix-commits |
Subject: |
03/07: gnu: lightdm: Enable XDMCP support. |
Date: |
Wed, 3 Aug 2022 22:14:16 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit e1375a9b64e3d840cae21197dcf661f9b4d52c85
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Aug 3 17:07:16 2022 -0400
gnu: lightdm: Enable XDMCP support.
* gnu/packages/display-managers.scm (lightdm)[inputs]: Add libxdmcp.
---
gnu/packages/display-managers.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/display-managers.scm
b/gnu/packages/display-managers.scm
index b65533074f..264c1a92ec 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -311,7 +311,8 @@ experience for your users, your family and yourself")
linux-pam
shadow ;for sbin/nologin
libgcrypt
- libxcb))
+ libxcb
+ libxdmcp))
(native-inputs
(list accountsservice
autoconf
- branch master updated (dbbb1dcd65 -> 525688e9f3), guix-commits, 2022/08/03
- 02/07: gnu: lightdm: Build AccountsService files., guix-commits, 2022/08/03
- 01/07: gnu: lightdm: Install documentation., guix-commits, 2022/08/03
- 04/07: gnu: lightdm: Update to 1.32.0., guix-commits, 2022/08/03
- 07/07: gnu: lightdm-gtk-greeter: Set XCURSOR_PATH in wrapper., guix-commits, 2022/08/03
- 03/07: gnu: lightdm: Enable XDMCP support.,
guix-commits <=
- 05/07: gnu: lightdm-gtk-greeter: Use gexps and new style inputs., guix-commits, 2022/08/03
- 06/07: gnu: lightdm-gtk-greeter: Disable indicator services., guix-commits, 2022/08/03