coreutils: Disable parallel building

This commit is contained in:
Eelco Dolstra 2014-02-14 19:17:23 +01:00
parent a5ea0a3f50
commit a0bbe58a19

View file

@ -58,7 +58,9 @@ let
# and {Open,Free}BSD.
doCheck = stdenv ? glibc;
enableParallelBuilding = true;
# Saw random failures like help2man: can't get '--help' info from
# man/sha512sum.td/sha512sum.
enableParallelBuilding = false;
NIX_LDFLAGS = optionalString selinuxSupport "-lsepol";