about summary refs log tree commit diff
path: root/pkgs/applications/gis/qgis
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-10-13 15:32:50 +0200
committerDomen Kožar <domen@dev.si>2014-10-13 15:32:50 +0200
commitf371980cba19d63044b0682710f23f95b61b6bd7 (patch)
treec5965b8100ac0b763839c159098b0a9a523fb1e1 /pkgs/applications/gis/qgis
parentec03fd92dbd64e0bff1ba405dd2391332d228b74 (diff)
qgis: disable parallel building
Diffstat (limited to 'pkgs/applications/gis/qgis')
-rw-r--r--pkgs/applications/gis/qgis/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/gis/qgis/default.nix b/pkgs/applications/gis/qgis/default.nix
index 9a41bcc36ecc0..82f1bc382d71c 100644
--- a/pkgs/applications/gis/qgis/default.nix
+++ b/pkgs/applications/gis/qgis/default.nix
@@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ cmake python ];
 
-  enableParallelBuilding = true;
+  # fatal error: ui_qgsdelimitedtextsourceselectbase.h: No such file or directory
+  #enableParallelBuilding = true;
 
   # To handle the lack of 'local' RPATH; required, as they call one of
   # their built binaries requiring their libs, in the build process.