subsurface: disable parallel make, as it fails on Hydra

http://hydra.nixos.org/build/46126151/nixlog/1/raw
This commit is contained in:
Vladimír Čunát 2017-01-08 14:13:40 +01:00
parent 030065f6bd
commit 3a3b0263b0
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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 = ''