mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
subsurface: disable parallel make
It was failing on Hydra: http://hydra.nixos.org/build/48847277/nixlog/2/raw
This commit is contained in:
parent
8ecd5c4019
commit
24b1c6ee88
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue