mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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.
This commit is contained in:
parent
0e82f77a33
commit
a791f731e3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user