1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

kdevplatform: disable parallel build

Hotfix for 1edb9b9558
Ref: https://github.com/NixOS/nixpkgs/pull/13843
This commit is contained in:
Joachim Fasting 2016-03-15 11:40:42 +01:00
parent fdcd875b0e
commit cd7242d09d

View file

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