From 2fdfb123a07babe0d19a223546a0ab09eb619416 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Sun, 29 Jan 2017 15:19:43 +0100 Subject: [PATCH] Revert "qgis: enableParallelBuilding" This reverts commit 632934862b61ed9bd761a14fc2633d1281e8652f. Still sometimes fails on hydra --- pkgs/applications/gis/qgis/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.