about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2021-01-24 13:12:41 -0500
committerTim Steinbach <NeQuissimus@users.noreply.github.com>2021-01-24 18:17:56 -0500
commitc81f92751c6d7af89fb3fbe5282f1d1ef8b9b1d9 (patch)
tree31c736b04281c2dd8eca9384c16528c9b74d4651 /pkgs/top-level
parent85879ac1e274bab3d696856733cef0dbde9d3aa9 (diff)
downloadnixlib-c81f92751c6d7af89fb3fbe5282f1d1ef8b9b1d9.tar
nixlib-c81f92751c6d7af89fb3fbe5282f1d1ef8b9b1d9.tar.gz
nixlib-c81f92751c6d7af89fb3fbe5282f1d1ef8b9b1d9.tar.bz2
nixlib-c81f92751c6d7af89fb3fbe5282f1d1ef8b9b1d9.tar.lz
nixlib-c81f92751c6d7af89fb3fbe5282f1d1ef8b9b1d9.tar.xz
nixlib-c81f92751c6d7af89fb3fbe5282f1d1ef8b9b1d9.tar.zst
nixlib-c81f92751c6d7af89fb3fbe5282f1d1ef8b9b1d9.zip
linux: Remove 5.9
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/aliases.nix1
-rw-r--r--pkgs/top-level/all-packages.nix9
2 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 43bf489b0e54..4179ccd39f4c 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -322,7 +322,6 @@ mapAliases ({
   libstdcxxHook = throw "libstdcxx hook has been removed because cc-wrapper is now directly aware of the c++ standard library intended to be used."; # 2020-06-22
   libqmatrixclient = throw "libqmatrixclient was renamed to libquotient"; # added 2020-04-09
   links = links2; # added 2016-01-31
-  linux_mptcp_5_9 = linux_5_9; # added 2020-01-07
   linux_rpi0 = linux_rpi1;
   linuxPackages_rpi0 = linuxPackages_rpi1;
 
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 19f6c27b1e0c..eae36ef2a49e 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -18918,14 +18918,6 @@ in
     ];
   };
 
-  linux_5_9 = callPackage ../os-specific/linux/kernel/linux-5.9.nix {
-    kernelPatches = [
-      kernelPatches.bridge_stp_helper
-      kernelPatches.request_key_helper
-      kernelPatches.export_kernel_fpu_functions."5.3"
-    ];
-  };
-
   linux_5_10 = callPackage ../os-specific/linux/kernel/linux-5.10.nix {
     kernelPatches = [
       kernelPatches.bridge_stp_helper
@@ -19218,7 +19210,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_9 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_5_9);
   linuxPackages_5_10 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_5_10);
 
   # When adding to the list above: