mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: lightdm: Enable XDMCP support.
* gnu/packages/display-managers.scm (lightdm)[inputs]: Add libxdmcp.
This commit is contained in:
parent
6aeabba2ba
commit
e1375a9b64
1 changed files with 2 additions and 1 deletions
|
@ -311,7 +311,8 @@ (define-public lightdm
|
|||
linux-pam
|
||||
shadow ;for sbin/nologin
|
||||
libgcrypt
|
||||
libxcb))
|
||||
libxcb
|
||||
libxdmcp))
|
||||
(native-inputs
|
||||
(list accountsservice
|
||||
autoconf
|
||||
|
|
Loading…
Reference in a new issue