forked from mirrors/nixpkgs
zopfli: disable parallel building
It was failing often, e.g.: https://hydra.nixos.org/build/32101335/nixlog/1/raw
This commit is contained in:
parent
5e93b6d929
commit
b336ed89e6
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||
})
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
enableParallelBuilding = false; # problems, easily reproducible
|
||||
buildFlags = [
|
||||
"zopfli"
|
||||
"libzopfli"
|
||||
|
|
Loading…
Reference in a new issue