mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
coreutils: Disable parallel building
This commit is contained in:
parent
a5ea0a3f50
commit
a0bbe58a19
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user