meson: do not strip RPATH

https://github.com/NixOS/nixpkgs/pull/28444#issuecomment-324033323
This commit is contained in:
Yegor Timoshenko 2017-09-25 19:59:11 +00:00 committed by Jörg Thalheim
parent 69886a4170
commit 8f95aef531

View File

@ -18,7 +18,11 @@ python3Packages.buildPythonApplication rec {
popd
'';
setupHook = ./setup-hook.sh;
postPatch = ''
sed -i -e 's|e.fix_rpath(install_rpath)||' mesonbuild/scripts/meson_install.py
'';
setupHook = ./setup-hook.sh;
meta = with lib; {
homepage = http://mesonbuild.com;