Merge pull request #119245 from mayflower/qlcplus-fix-build

qlcplus: fix build
This commit is contained in:
Robin Gloster
2021-04-12 12:51:07 -05:00
committed by GitHub

View File

@@ -29,6 +29,8 @@ mkDerivation rec {
qmakeFlags = [ "INSTALLROOT=$(out)" ];
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
postPatch = ''
patchShebangs .
sed -i -e '/unix:!macx:INSTALLROOT += \/usr/d' \