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:
parent
cf1d2fb754
commit
e4686546ec
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue