gdm: the patch is still necessary
This commit is contained in:
parent
101cb04b6a
commit
bb5d0f3ded
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||
enableParallelBuilding = true;
|
||||
|
||||
# Disable Access Control because our X does not support FamilyServerInterpreted yet
|
||||
patches = [ #./xserver_path.patch # gdm now uses wayland
|
||||
patches = [ ./xserver_path.patch
|
||||
./sessions_dir.patch
|
||||
./gdm-x-session_extra_args.patch
|
||||
./gdm-session-worker_xserver-path.patch
|
||||
|
|
Loading…
Reference in New Issue