webkitgtk: disable parallel building

This commit is contained in:
Luca Bruno 2014-11-08 15:55:53 +01:00
parent 5af576ff7f
commit 7f3c95e6b7

View File

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