coreutils: fix unwanted change in prev merge

I didn't mean to change the enableParallelBuilding.
This commit is contained in:
Lluís Batlle i Rossell 2018-07-29 00:20:18 +02:00
parent c70dee9b86
commit 8f5bfc6901

View file

@ -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";