openscad: enableParallelBuilding = false;

Discussion: https://github.com/NixOS/nixpkgs/commit/c68dc2212e22
This commit is contained in:
Vladimír Čunát 2019-02-20 07:50:42 +01:00
parent b218ffdca6
commit 28d983fe25
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -28,6 +28,9 @@ stdenv.mkDerivation rec {
qmakeFlags = [ "VERSION=${version}" ];
# src/lexer.l:36:10: fatal error: parser.hxx: No such file or directory
enableParallelBuilding = false; # true by default due to qmake
doCheck = false;
meta = {