mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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 New Issue
Block a user