mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
qgis{,-ltr}: require big-parallel system feature
(cherry picked from commit a387fb2b71)
This commit is contained in:
committed by
github-actions[bot]
parent
0f6fc059fc
commit
68fc246b7a
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user