From a791f731e345efff318eb270d5cab1bb4d1273f8 Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Sat, 26 Aug 2023 19:03:51 +0200 Subject: [PATCH] qgis-ltr: disable building tests No tests are currently executed during the build process. Disable building them to save significant amount of time and resources. --- pkgs/applications/gis/qgis/unwrapped-ltr.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/gis/qgis/unwrapped-ltr.nix b/pkgs/applications/gis/qgis/unwrapped-ltr.nix index ace9c7209930..71b0030dba78 100644 --- a/pkgs/applications/gis/qgis/unwrapped-ltr.nix +++ b/pkgs/applications/gis/qgis/unwrapped-ltr.nix @@ -143,6 +143,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;