about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJean-Pierre PRUNARET <jean-pierre+git@prunetwork.fr>2017-01-22 17:15:24 +0100
committerJean-Pierre PRUNARET <jean-pierre+git@prunetwork.fr>2017-01-22 17:15:24 +0100
commit632934862b61ed9bd761a14fc2633d1281e8652f (patch)
tree0edf934e004380f29cc33b099628d7cb4cecaadf /pkgs/applications
parent8d4fc1a65e33d75ad9b237050c166bf45886c31a (diff)
downloadnixlib-632934862b61ed9bd761a14fc2633d1281e8652f.tar
nixlib-632934862b61ed9bd761a14fc2633d1281e8652f.tar.gz
nixlib-632934862b61ed9bd761a14fc2633d1281e8652f.tar.bz2
nixlib-632934862b61ed9bd761a14fc2633d1281e8652f.tar.lz
nixlib-632934862b61ed9bd761a14fc2633d1281e8652f.tar.xz
nixlib-632934862b61ed9bd761a14fc2633d1281e8652f.tar.zst
nixlib-632934862b61ed9bd761a14fc2633d1281e8652f.zip
qgis: enableParallelBuilding
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/gis/qgis/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/gis/qgis/default.nix b/pkgs/applications/gis/qgis/default.nix
index d32aaba8468c..a4d0d21ef40d 100644
--- a/pkgs/applications/gis/qgis/default.nix
+++ b/pkgs/applications/gis/qgis/default.nix
@@ -14,8 +14,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ cmake makeWrapper ];
 
-  # fatal error: ui_qgsdelimitedtextsourceselectbase.h: No such file or directory
-  #enableParallelBuilding = true;
+  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.