bash5: enable parallel building optimistically
Works for me and they've had quite some time to fix it ;).
This commit is contained in:
parent
86a1a3950b
commit
844bd53740
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user