gnome3.gnome-shell: remove unneeded rpath fixup

This commit is contained in:
Jan Tojnar 2018-02-25 01:50:26 +01:00
parent 1c6f15083b
commit de75940953
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -67,11 +67,6 @@ in stdenv.mkDerivation rec {
glib-compile-schemas $out/share/glib-2.0/schemas
'';
postFixup = ''
# Patched meson does not add internal libraries to rpath
patchelf --set-rpath "$out/lib/gnome-shell:$(patchelf --print-rpath $out/bin/.gnome-shell-wrapped)" $out/bin/.gnome-shell-wrapped
'';
enableParallelBuilding = true;
passthru = {