* 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 {
|
stdenv.mkDerivation {
|
||||||
name = if userModeLinux then "user-mode-linux-${version}" else "linux-${version}";
|
name = if userModeLinux then "user-mode-linux-${version}" else "linux-${version}";
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
inherit version;
|
inherit version;
|
||||||
# Combine the `features' attribute sets of all the kernel patches.
|
# Combine the `features' attribute sets of all the kernel patches.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user