qgis{,-ltr}: require big-parallel system feature

This commit is contained in:
Martin Weinelt
2025-05-21 15:49:17 +02:00
parent 3ec885597d
commit a387fb2b71
2 changed files with 6 additions and 0 deletions
@@ -197,6 +197,9 @@ mkDerivation rec {
done
'';
# >9k objects, >3h build time on a normal build slot
requiredSystemFeatures = [ "big-parallel" ];
meta = with lib; {
description = "Free and Open Source Geographic Information System";
homepage = "https://www.qgis.org";
+3
View File
@@ -193,6 +193,9 @@ mkDerivation rec {
done
'';
# >9k objects, >3h build time on a normal build slot
requiredSystemFeatures = [ "big-parallel" ];
meta = with lib; {
description = "Free and Open Source Geographic Information System";
homepage = "https://www.qgis.org";