Fix typo in Linux 3.19 package set
This commit is contained in:
parent
0e73d1f9a5
commit
f03ffa8843
|
@ -8832,7 +8832,7 @@ let
|
|||
|
||||
# Update this when adding the newest kernel major version!
|
||||
linuxPackages_latest = pkgs.linuxPackages_3_19;
|
||||
linux_latest = linuxPackage_latest.kernel;
|
||||
linux_latest = linuxPackages_latest.kernel;
|
||||
|
||||
# Build the kernel modules for the some of the kernels.
|
||||
linuxPackages_3_2 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_2 linuxPackages_3_2);
|
||||
|
|
Loading…
Reference in New Issue