Skip to content

Commit

Permalink
Revert "qgis: enableParallelBuilding"
Browse files Browse the repository at this point in the history
This reverts commit 6329348.

Still sometimes fails on hydra
  • Loading branch information
globin committed Jan 29, 2017
1 parent 5e7221e commit 2fdfb12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/gis/qgis/default.nix
Expand Up @@ -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.
Expand Down

0 comments on commit 2fdfb12

Please sign in to comment.