gdm: does not understand with-systemd

This commit is contained in:
Alexander Ried 2016-10-03 19:44:10 +02:00
parent 47f597b9b0
commit 878d5ea152

View File

@ -12,7 +12,6 @@ stdenv.mkDerivation rec {
configureFlags = [ "--sysconfdir=/etc"
"--localstatedir=/var"
"--with-systemd=yes"
"--with-plymouth=yes"
"--with-systemdsystemunitdir=$(out)/etc/systemd/system" ];