1
0
Fork 1
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:
Vladimír Čunát 2017-02-17 11:39:21 +01:00
parent 8ecd5c4019
commit 24b1c6ee88
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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"