re-isearch: Disable enableParallelBuilding again

Do so explicitly, and add a note about why.
This commit is contained in:
OPNA2608
2025-08-03 20:22:37 +02:00
parent 48f811cc53
commit f3da09dfef
+4 -1
View File
@@ -59,7 +59,10 @@ stdenv.mkDerivation {
)
'';
enableParallelBuilding = true;
# Handwritten Makefiles, doesn't properly ensure that libraries are built before they're used in linking
# ld: cannot find -libUtils: No such file or directory
# ld: cannot find -libLocal: No such file or directory
enableParallelBuilding = false;
installPhase = ''
runHook preInstall