kdevplatform: disable parallel build

Hotfix for 1edb9b9558
Ref: https://github.com/NixOS/nixpkgs/pull/13843

(cherry picked from commit cd7242d09d)
Hydra has a failure on 16.03, too:
http://hydra.nixos.org/build/33898803/nixlog/1/raw
This commit is contained in:
Joachim Fasting 2016-03-15 11:40:42 +01:00 committed by Vladimír Čunát
parent 6465c790e2
commit 4a021a017d

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake automoc4 gettext pkgconfig ];
enableParallelBuilding = true;
enableParallelBuilding = false;
meta = with stdenv.lib; {
maintainers = [ maintainers.ambrop72 ];