gdm: remove broken postinstall

This commit is contained in:
Alexander Ried 2016-10-03 19:45:11 +02:00
parent 878d5ea152
commit 95fb189748

View File

@ -33,10 +33,6 @@ stdenv.mkDerivation rec {
installFlags = [ "sysconfdir=$(out)/etc" "dbusconfdir=$(out)/etc/dbus-1/system.d" ];
postInstall = ''
mv $out/share/gdm/greeter/applications/gnome-shell.desktop $out/share/gdm/greeter/applications/org.gnome.Shell.desktop
'';
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Projects/GDM;
description = "A program that manages graphical display servers and handles graphical user logins";