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:
parent
923bf0a3ff
commit
65ac375aa2
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue