qt4: try enableParallelBuilding again

I found no problems when running the build by itself on an 8-core.
This commit is contained in:
Vladimír Čunát 2014-06-26 22:01:21 +02:00
parent c63a9c155c
commit e8dc6258a1

View File

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