Revert "gdm: apply substition to cope with systemd 229 -> 230 upgrade"

This reverts commit 745c379f1b95bfbfef17a5f173180988180e1bb0.

@lethalman will commit a better solution
This commit is contained in:
obadz 2016-05-27 10:17:11 +01:00
parent 745c379f1b
commit 1fb49e8089

@ -30,11 +30,6 @@ stdenv.mkDerivation rec {
patches = [ ./xserver_path.patch ./sessions_dir.patch patches = [ ./xserver_path.patch ./sessions_dir.patch
./disable_x_access_control.patch ./no-dbus-launch.patch ]; ./disable_x_access_control.patch ./no-dbus-launch.patch ];
postPatch = ''
substituteInPlace configure --replace 'libsystemd-login >= 186 libsystemd-daemon' 'libsystemd'
substituteInPlace configure --replace 'libsystemd-journal' 'libsystemd'
'';
installFlags = [ "sysconfdir=$(out)/etc" "dbusconfdir=$(out)/etc/dbus-1/system.d" ]; installFlags = [ "sysconfdir=$(out)/etc" "dbusconfdir=$(out)/etc/dbus-1/system.d" ];
meta = with stdenv.lib; { meta = with stdenv.lib; {