summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-12-05 11:26:04 +0000
committerOrivej Desh <orivej@gmx.fr>2017-12-07 08:52:42 +0000
commit00fd31c1694a85160aceaed646fc2c75f31a7bc5 (patch)
tree94b048f719ef6445727b0ca431c72609702e0f2b /pkgs/applications
parent22116e51fcc04767bc3be9d78fd43de1556ff6cb (diff)
downloadnixlib-00fd31c1694a85160aceaed646fc2c75f31a7bc5.tar
nixlib-00fd31c1694a85160aceaed646fc2c75f31a7bc5.tar.gz
nixlib-00fd31c1694a85160aceaed646fc2c75f31a7bc5.tar.bz2
nixlib-00fd31c1694a85160aceaed646fc2c75f31a7bc5.tar.lz
nixlib-00fd31c1694a85160aceaed646fc2c75f31a7bc5.tar.xz
nixlib-00fd31c1694a85160aceaed646fc2c75f31a7bc5.tar.zst
nixlib-00fd31c1694a85160aceaed646fc2c75f31a7bc5.zip
qgis: disable parallel building
Diffstat (limited to 'pkgs/applications')
-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 f64845f6e43a..e33b2dba3fa7 100644
--- a/pkgs/applications/gis/qgis/default.nix
+++ b/pkgs/applications/gis/qgis/default.nix
@@ -14,8 +14,9 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ cmake makeWrapper ];
 
+  # `make -f src/providers/wms/CMakeFiles/wmsprovider_a.dir/build.make src/providers/wms/CMakeFiles/wmsprovider_a.dir/qgswmssourceselect.cpp.o`:
   # fatal error: ui_qgsdelimitedtextsourceselectbase.h: No such file or directory
-  #enableParallelBuilding = true;
+  enableParallelBuilding = false;
 
   # To handle the lack of 'local' RPATH; required, as they call one of
   # their built binaries requiring their libs, in the build process.