forked from mirrors/nixpkgs
qt4: disable parallel building again
There are still occasional problems on Hydra.
This commit is contained in:
parent
cae833255f
commit
da9115128c
|
@ -126,7 +126,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ perl pkgconfig which ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
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