3
0
Fork 0
forked from mirrors/nixpkgs

* Enable parallel building for the Linux kernel, an obvious candidate.

svn path=/nixpkgs/trunk/; revision=23109
This commit is contained in:
Eelco Dolstra 2010-08-11 10:43:09 +00:00
parent cf1d2fb754
commit e4686546ec

View file

@ -60,6 +60,8 @@ in
stdenv.mkDerivation {
name = if userModeLinux then "user-mode-linux-${version}" else "linux-${version}";
enableParallelBuilding = true;
passthru = {
inherit version;
# Combine the `features' attribute sets of all the kernel patches.