summary refs log tree commit diff
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-01-29 15:19:43 +0100
committerRobin Gloster <mail@glob.in>2017-01-29 15:20:07 +0100
commit2fdfb123a07babe0d19a223546a0ab09eb619416 (patch)
treeb4d2970a16f217522c392c035c2ebce0d2f4749b /pkgs/applications/gis
parent5e7221e65b52a0ad9d3b7c03efd2e374ee109ce1 (diff)
downloadnixlib-2fdfb123a07babe0d19a223546a0ab09eb619416.tar
nixlib-2fdfb123a07babe0d19a223546a0ab09eb619416.tar.gz
nixlib-2fdfb123a07babe0d19a223546a0ab09eb619416.tar.bz2
nixlib-2fdfb123a07babe0d19a223546a0ab09eb619416.tar.lz
nixlib-2fdfb123a07babe0d19a223546a0ab09eb619416.tar.xz
nixlib-2fdfb123a07babe0d19a223546a0ab09eb619416.tar.zst
nixlib-2fdfb123a07babe0d19a223546a0ab09eb619416.zip
Revert "qgis: enableParallelBuilding"
This reverts commit 632934862b61ed9bd761a14fc2633d1281e8652f.

Still sometimes fails on hydra
Diffstat (limited to 'pkgs/applications/gis')
-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 a4d0d21ef40d..d32aaba8468c 100644
--- a/pkgs/applications/gis/qgis/default.nix
+++ b/pkgs/applications/gis/qgis/default.nix
@@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ cmake makeWrapper ];
 
-  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.