qtwebkit-*: fix #25585: bad RPATH entries
This commit is contained in:
parent
65ede052fa
commit
f5c568446a
@ -31,5 +31,9 @@ qtSubmodule {
|
|||||||
};
|
};
|
||||||
in optionals flashplayerFix [ dlopen-webkit-nsplugin dlopen-webkit-gtk ]
|
in optionals flashplayerFix [ dlopen-webkit-nsplugin dlopen-webkit-gtk ]
|
||||||
++ [ dlopen-webkit-udev ];
|
++ [ dlopen-webkit-udev ];
|
||||||
|
|
||||||
|
# Hack to avoid TMPDIR in RPATHs.
|
||||||
|
preFixup = ''rm -rf "$(pwd)" && mkdir "$(pwd)" '';
|
||||||
|
|
||||||
meta.maintainers = with stdenv.lib.maintainers; [ abbradar ];
|
meta.maintainers = with stdenv.lib.maintainers; [ abbradar ];
|
||||||
}
|
}
|
||||||
|
@ -39,5 +39,9 @@ qtSubmodule {
|
|||||||
in optionals flashplayerFix [ dlopen-webkit-nsplugin dlopen-webkit-gtk ]
|
in optionals flashplayerFix [ dlopen-webkit-nsplugin dlopen-webkit-gtk ]
|
||||||
++ optionals (!stdenv.isDarwin) [ dlopen-webkit-udev ]
|
++ optionals (!stdenv.isDarwin) [ dlopen-webkit-udev ]
|
||||||
++ optionals (stdenv.isDarwin) [ ./0004-icucore-darwin.patch ];
|
++ optionals (stdenv.isDarwin) [ ./0004-icucore-darwin.patch ];
|
||||||
|
|
||||||
|
# Hack to avoid TMPDIR in RPATHs.
|
||||||
|
preFixup = ''rm -rf "$(pwd)" && mkdir "$(pwd)" '';
|
||||||
|
|
||||||
meta.maintainers = with stdenv.lib.maintainers; [ abbradar periklis ];
|
meta.maintainers = with stdenv.lib.maintainers; [ abbradar periklis ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user