Skip to content

Commit

Permalink
subsurface: disable parallel make, as it fails on Hydra
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jan 8, 2017
1 parent 030065f commit 3a3b026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/subsurface/default.nix
Expand Up @@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
qtconnectivity libgit2 libssh2 curl ];
nativeBuildInputs = [ pkgconfig cmake ];

enableParallelBuilding = true;
#enableParallelBuilding = true; # fatal error: ui_mainwindow.h: No such file or directory

# hack incoming...
preConfigure = ''
Expand Down

0 comments on commit 3a3b026

Please sign in to comment.