lol

Remove Linux 3.19

It's already EOL so we shouldn't keep it around in our new stable
branch.

(cherry picked from commit cdbb5483b7ef1dcdb628e802aab25362c01ea41c)

-11
-11
pkgs/top-level/all-packages.nix
··· 9653 9653 ]; 9654 9654 }; 9655 9655 9656 - linux_3_19 = makeOverridable (import ../os-specific/linux/kernel/linux-3.19.nix) { 9657 - inherit fetchurl stdenv perl buildLinux; 9658 - kernelPatches = [ kernelPatches.bridge_stp_helper ] 9659 - ++ lib.optionals ((platform.kernelArch or null) == "mips") 9660 - [ kernelPatches.mips_fpureg_emu 9661 - kernelPatches.mips_fpu_sigill 9662 - kernelPatches.mips_ext3_n32 9663 - ]; 9664 - }; 9665 - 9666 9656 linux_4_0 = makeOverridable (import ../os-specific/linux/kernel/linux-4.0.nix) { 9667 9657 inherit fetchurl stdenv perl buildLinux; 9668 9658 kernelPatches = [ kernelPatches.bridge_stp_helper ] ··· 9858 9848 linuxPackages_3_12 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_12 linuxPackages_3_12); 9859 9849 linuxPackages_3_14 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_14 linuxPackages_3_14); 9860 9850 linuxPackages_3_18 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_18 linuxPackages_3_18); 9861 - linuxPackages_3_19 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_19 linuxPackages_3_19); 9862 9851 linuxPackages_4_0 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_0 linuxPackages_4_0); 9863 9852 linuxPackages_4_1 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_1 linuxPackages_4_1); 9864 9853 linuxPackages_testing = recurseIntoAttrs (linuxPackagesFor pkgs.linux_testing linuxPackages_testing);