qgis: disable building tests

No tests are currently executed during the build process. Disable
building them to save significant amount of time and resources.
This commit is contained in:
Ivan Mincik 2023-08-26 15:12:58 +02:00
parent b32ca859eb
commit b2a14fc0e4

View File

@ -152,6 +152,7 @@ in mkDerivation rec {
cmakeFlags = [
"-DWITH_3D=True"
"-DWITH_PDAL=TRUE"
"-DENABLE_TESTS=False"
] ++ lib.optional (!withWebKit) "-DWITH_QTWEBKIT=OFF"
++ lib.optional withGrass (let
gmajor = lib.versions.major grass.version;