Update linux_testing and enable parallel build of Linux kernel

This commit is contained in:
Michael Raskin 2014-06-30 10:52:33 +04:00
parent 3a197214f9
commit efb0c56db4
2 changed files with 5 additions and 3 deletions

View file

@ -95,6 +95,8 @@ let
'';
installPhase = "mv .config $out";
enableParallelBuilding = true;
};
kernel = buildLinux {

View file

@ -2,13 +2,13 @@
import ./generic.nix (args // rec {
# Reason to add: RTL8192EE
version = "3.16-rc2";
modDirVersion = "3.16.0-rc2";
version = "3.16-rc3";
modDirVersion = "3.16.0-rc3";
extraMeta.branch = "3.16";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/testing/linux-${version}.tar.xz";
sha256 = "12bxf62qqsf471ak6rj4gbvvjsybsamgwj9p8bphr98dp14js27w";
sha256 = "17jgv1hnx2im68f8721x11yfg8mpas7lsxg0j00qxv2fc6km2glm";
};
features.iwlwifi = true;