subsurface: disable parallel make, as it fails on Hydra
http://hydra.nixos.org/build/46126151/nixlog/1/raw
This commit is contained in:
parent
030065f6bd
commit
3a3b0263b0
@ -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 = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user