3
0
Fork 0
forked from mirrors/nixpkgs

mailutils: disable parallel building

to avoid sporadic build failures
This commit is contained in:
xeji 2018-04-03 12:38:18 +02:00
parent 935c2b5b96
commit b913e36ab9

View file

@ -34,7 +34,7 @@ in stdenv.mkDerivation rec {
];
doCheck = true;
enableParallelBuilding = true;
enableParallelBuilding = false;
hardeningDisable = [ "format" ];
configureFlags = [