webkitgtk: disable parallel building

It seems that is what causes build errors on Hydra.
This commit is contained in:
Vladimír Čunát 2013-12-12 21:59:45 +01:00
parent e215435378
commit e0a959d05f

View File

@ -48,5 +48,5 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ gtk3 libsoup ];
enableParallelBuilding = true;
#enableParallelBuilding = true; # build problems on Hydra
}