summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/misc/coreutils
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2018-07-29 00:20:18 +0200
committerLluís Batlle i Rossell <viric@viric.name>2018-07-29 00:20:18 +0200
commit8f5bfc6901720a36c352c3a57ab1e7500bf7e170 (patch)
treefdb78e20ab0149919ef56ca204f461e63818878f /pkgs/tools/misc/coreutils
parentc70dee9b860efee9c428d9dff8e57e94c3e44253 (diff)
coreutils: fix unwanted change in prev merge
I didn't mean to change the enableParallelBuilding.
Diffstat (limited to 'pkgs/tools/misc/coreutils')
-rw-r--r--pkgs/tools/misc/coreutils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/coreutils/default.nix b/pkgs/tools/misc/coreutils/default.nix
index 146b5b5110c1..1da6ec9b2251 100644
--- a/pkgs/tools/misc/coreutils/default.nix
+++ b/pkgs/tools/misc/coreutils/default.nix
@@ -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";