less errors

main
Ingolf Wagner 2022-06-15 11:41:33 +02:00
parent f6260af4ff
commit e34791a673
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
1 changed files with 5 additions and 4 deletions

View File

@ -27,10 +27,11 @@ mkDerivation rec {
sha256 = "sha256-qm8Hlt3z0jABV71Pxa6ZbNmf/ixwp74zh2HZnnMVQSY=";
};
#postPatch = ''
# substituteInPlace common.pri \
# --replace '$$[QT_INSTALL_HEADERS]/QtXmlPatterns' '${getDev qtxmlpatterns}/include/QtXmlPatterns' \
# --replace '$$[QT_INSTALL_HEADERS]/QtSvg' '${getDev qtsvg}/include/QtSvg' \
postPatch = ''
substituteInPlace common.pri \
--replace '$$[QT_INSTALL_HEADERS]/QtXmlPatterns' '${getDev qtxmlpatterns}/include/QtXmlPatterns' \
--replace '$$[QT_INSTALL_HEADERS]/QtSvg' '${getDev qtsvg}/include/QtSvg'
'';
# --replace '$$[QT_INSTALL_HEADERS]/' '${getDev qtbase}/include/' \
# --replace '$$[QT_INSTALL_HEADERS]' '${getDev qtbase}'
# substituteInPlace src/app/translations.pri \