kde48.kdebase_workspace: disable parallel build

There were frequent problems with this on Hydra.
This commit is contained in:
Vladimír Čunát 2013-02-24 09:44:10 +01:00
parent fa42471a2f
commit fb81c8e455
2 changed files with 3 additions and 1 deletions

View file

@ -51,7 +51,7 @@ rec {
"-DBUILD_${subdir}=TRUE"
] ++ cmakeFlags;
meta = defMeta // meta;
enableParallelBuilding = true;
enableParallelBuilding = module.enableParallelBuilding or true;
} // (removeAttrs a [ "meta" "name" "cmakeFlags" ]));
# A KDE monolithic module

View file

@ -28,6 +28,8 @@ kde {
--replace /usr/share/X11 ${xkeyboard_config}/etc/X11
'';
enableParallelBuilding = false; # frequent problems on Hydra
meta = {
description = "KDE workspace components such as Plasma, Kwin and System Settings";
license = "GPLv2";