3
0
Fork 0
forked from mirrors/nixpkgs

qt4: disable parallel building again

There are still occasional problems on Hydra.
This commit is contained in:
Vladimír Čunát 2015-06-10 09:16:04 +02:00
parent cae833255f
commit da9115128c

View file

@ -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";