qmapshack: support Quazip 1.x

This commit is contained in:
Luke Granger-Brown
2021-05-02 01:18:50 +00:00
parent eb5588f914
commit 59ecd5167a
2 changed files with 144 additions and 3 deletions
+3 -3
View File
@@ -18,13 +18,13 @@ mkDerivation rec {
cmakeFlags = [
"-DROUTINO_XML_PATH=${routino}/share/routino"
"-DQUAZIP_INCLUDE_DIR=${quazip}/include/quazip5"
"-DLIBQUAZIP_LIBRARY=${quazip}/lib/libquazip.so"
];
patches = [
"${src}/FindPROJ4.patch"
"${src}/FindQuaZip5.patch"
# Support QuaZip 1.x.
./pr350-support-quazip-1x.patch
];
qtWrapperArgs = [