summary refs log tree commit diff
path: root/pkgs/shells/bash/5.0.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/bash/5.0.nix')
-rw-r--r--pkgs/shells/bash/5.0.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/shells/bash/5.0.nix b/pkgs/shells/bash/5.0.nix
index e747511be59..e36259c2496 100644
--- a/pkgs/shells/bash/5.0.nix
+++ b/pkgs/shells/bash/5.0.nix
@@ -78,9 +78,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = optional interactive readline80;
 
-  # Bash randomly fails to build because of a recursive invocation to
-  # build `version.h'.
-  enableParallelBuilding = false;
+  enableParallelBuilding = true;
 
   makeFlags = optional stdenv.hostPlatform.isCygwin [
     "LOCAL_LDFLAGS=-Wl,--export-all,--out-implib,libbash.dll.a"