webkitgtk: disable parallel building
It seems that is what causes build errors on Hydra.
This commit is contained in:
parent
e215435378
commit
e0a959d05f
@ -48,5 +48,5 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [ gtk3 libsoup ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
#enableParallelBuilding = true; # build problems on Hydra
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user