fwupd: Remove manual rpath settings now that meson is fixed.

Thanks @yegortimoshenko!
This commit is contained in:
Shea Levy
2017-10-29 14:42:55 -04:00
parent f04f30fd2d
commit 9e37df185c
2 changed files with 4 additions and 29 deletions

View File

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