Merge #159646: openscad: retry parallel building

This commit is contained in:
Vladimír Čunát
2022-02-19 15:05:12 +01:00
@@ -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