Revert "qt4: try enableParallelBuilding again"

This reverts commit e8dc6258a1.

It's unfortunate, but there still are occurrences of the missing ui_qtgradientview.h
on Hydra: http://hydra.nixos.org/build/12625390/nixlog/1/tail-reload
This commit is contained in:
Vladimír Čunát 2014-07-21 10:09:38 +02:00
parent 923bf0a3ff
commit 65ac375aa2

View File

@ -121,7 +121,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ perl pkgconfig which ];
enableParallelBuilding = true;
# occasional build problems if one has too many cores (like on Hydra)
# @vcunat has been unable to find a *reliable* fix
enableParallelBuilding = false;
NIX_CFLAGS_COMPILE = optionalString stdenv.isDarwin
"-I${glib}/include/glib-2.0 -I${glib}/lib/glib-2.0/include";