Skip to content

Commit

Permalink
openscad: enableParallelBuilding = false;
Browse files Browse the repository at this point in the history
Discussion: c68dc2212e22
  • Loading branch information
vcunat committed Feb 20, 2019
1 parent b218ffd commit 28d983f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/applications/graphics/openscad/default.nix
Expand Up @@ -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 = {
Expand Down

0 comments on commit 28d983f

Please sign in to comment.