gnome-shell: enable parallel building

This commit is contained in:
Luca Bruno 2014-07-05 19:25:22 +02:00
parent e658ae9694
commit 9ec0a105d3

View File

@ -41,6 +41,9 @@ stdenv.mkDerivation rec {
--prefix XDG_DATA_DIRS : "${evolution_data_server}/share:$out/share:$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH"
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
platforms = platforms.linux;
};