zopfli: disable parallel building

It was failing often, e.g.:
https://hydra.nixos.org/build/32101335/nixlog/1/raw
This commit is contained in:
Vladimír Čunát 2016-03-23 20:20:36 +01:00
parent 5e93b6d929
commit b336ed89e6

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
})
];
enableParallelBuilding = true;
enableParallelBuilding = false; # problems, easily reproducible
buildFlags = [
"zopfli"
"libzopfli"