qt4: try enableParallelBuilding again
I found no problems when running the build by itself on an 8-core.
This commit is contained in:
parent
c63a9c155c
commit
e8dc6258a1
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user