coreutils: fix unwanted change in prev merge

I didn't mean to change the enableParallelBuilding.

+1 -1
+1 -1
pkgs/tools/misc/coreutils/default.nix
··· 71 71 72 72 # Saw random failures like ‘help2man: can't get '--help' info from 73 73 # man/sha512sum.td/sha512sum’. 74 - enableParallelBuilding = true; 74 + enableParallelBuilding = false; 75 75 76 76 NIX_LDFLAGS = optionalString selinuxSupport "-lsepol"; 77 77 FORCE_UNSAFE_CONFIGURE = optionalString hostPlatform.isSunOS "1";