openscad: retry parallel building

Was disabled 3y ago due to their build system not handling high
parallelism correctly. Verified with multiple high core builders (8, 24,
64 Threads) and did not encounter the problem mentioned in the comment.

Was motivated by watching my remote builder taking over 15 minutes for
this one package, which was a bit annoying.
This commit is contained in:
Martin Weinelt 2022-02-12 21:36:34 +01:00
parent e9a32bb715
commit 1920d2a3e3
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -57,8 +57,7 @@ mkDerivation rec {
"SPNAV_LIBPATH=${libspnav}/lib"
];
# src/lexer.l:36:10: fatal error: parser.hxx: No such file or directory
enableParallelBuilding = false; # true by default due to qmake
enableParallelBuilding = true;
postInstall = lib.optionalString stdenv.isDarwin ''
mkdir $out/Applications