Fix typo in Linux 3.19 package set

This commit is contained in:
Michael Raskin 2015-02-09 21:54:16 +03:00
parent 0e73d1f9a5
commit f03ffa8843

View file

@ -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);