Skip to content

Commit

Permalink
subsurface: disable parallel make
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Feb 17, 2017
1 parent 8ecd5c4 commit 24b1c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/subsurface/default.nix
Expand Up @@ -86,7 +86,7 @@ in stdenv.mkDerivation rec {
];
nativeBuildInputs = [ cmake pkgconfig ];

enableParallelBuilding = true;
enableParallelBuilding = false; # subsurfacewebservices.h dependency on ui_webservices.h

cmakeFlags = [
"-DMARBLE_LIBRARIES=${libmarble}/lib/libssrfmarblewidget.so"
Expand Down

0 comments on commit 24b1c6e

Please sign in to comment.