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:
parent
e9a32bb715
commit
1920d2a3e3
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue