epiphany: remove unneeded rpath fixup

This commit is contained in:
Jan Tojnar 2018-02-25 01:43:53 +01:00
parent 9e2639e846
commit 45d0d90792
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -38,13 +38,6 @@ stdenv.mkDerivation rec {
patchShebangs post_install.py
'';
postFixup = ''
# Patched meson does not add internal libraries to rpath
for f in $out/bin/.*-wrapped $out/libexec/.*-wrapped $out/libexec/epiphany/.*-wrapped $out/lib/epiphany/*.so $out/lib/epiphany/web-extensions/*.so; do
patchelf --set-rpath "$out/lib/epiphany:$(patchelf --print-rpath $f)" "$f"
done
'';
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Epiphany;
description = "WebKit based web browser for GNOME";