mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
coreutils: fix unwanted change in prev merge
I didn't mean to change the enableParallelBuilding.
This commit is contained in:
parent
c70dee9b86
commit
8f5bfc6901
@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# Saw random failures like ‘help2man: can't get '--help' info from
|
||||
# man/sha512sum.td/sha512sum’.
|
||||
enableParallelBuilding = true;
|
||||
enableParallelBuilding = false;
|
||||
|
||||
NIX_LDFLAGS = optionalString selinuxSupport "-lsepol";
|
||||
FORCE_UNSAFE_CONFIGURE = optionalString hostPlatform.isSunOS "1";
|
||||
|
Loading…
Reference in New Issue
Block a user