* Enable parallel building of KDE.

svn path=/nixpkgs/branches/x-updates/; revision=26282
This commit is contained in:
Eelco Dolstra 2011-03-11 16:41:10 +00:00
parent eff916e9d9
commit 27e2e063fb
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ rec {
).sha256;
};
enableParallelBuilding = true;
meta = {
maintainers = with stdenv.lib.maintainers; [ sander urkud ];
platforms = stdenv.lib.platforms.linux;