linux: Remove 5.7

`nix-shell -p nixpkgs-review --run "nixpkgs-review wip"` does not find any issues
gstqt5
Tim Steinbach 2020-10-13 10:08:10 -04:00
parent 2a6fdb654f
commit 6d174dd5e0
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31
1 changed files with 0 additions and 9 deletions

View File

@ -17853,14 +17853,6 @@ in
];
};
linux_5_7 = callPackage ../os-specific/linux/kernel/linux-5.7.nix {
kernelPatches = [
kernelPatches.bridge_stp_helper
kernelPatches.request_key_helper
kernelPatches.export_kernel_fpu_functions."5.3"
];
};
linux_5_8 = callPackage ../os-specific/linux/kernel/linux-5.8.nix {
kernelPatches = [
kernelPatches.bridge_stp_helper
@ -18131,7 +18123,6 @@ in
linuxPackages_4_14 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_14);
linuxPackages_4_19 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_19);
linuxPackages_5_4 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_5_4);
linuxPackages_5_7 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_5_7);
linuxPackages_5_8 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_5_8);
linuxPackages_5_9 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_5_9);