Revert "qt4: try enableParallelBuilding again"
This reverts commit e8dc6258a1b5b11846fecf4a00c56a308dd22527. 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:
parent
923bf0a3ff
commit
65ac375aa2
@ -121,7 +121,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ perl pkgconfig which ];
|
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
|
NIX_CFLAGS_COMPILE = optionalString stdenv.isDarwin
|
||||||
"-I${glib}/include/glib-2.0 -I${glib}/lib/glib-2.0/include";
|
"-I${glib}/include/glib-2.0 -I${glib}/lib/glib-2.0/include";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user