Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 13781ee85c30
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a383c3731c00
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jun 24, 2019

  1. Merge #63484: linux_5_0: remove

    (cherry picked from commit 57b1f53)
    alyssais authored and vcunat committed Jun 24, 2019
    Copy the full SHA
    a383c37 View commit details
Showing with 0 additions and 27 deletions.
  1. +0 −18 pkgs/os-specific/linux/kernel/linux-5.0.nix
  2. +0 −9 pkgs/top-level/all-packages.nix
18 changes: 0 additions & 18 deletions pkgs/os-specific/linux/kernel/linux-5.0.nix

This file was deleted.

9 changes: 0 additions & 9 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -14731,14 +14731,6 @@ in
];
};

linux_5_0 = callPackage ../os-specific/linux/kernel/linux-5.0.nix {
kernelPatches =
[ kernelPatches.bridge_stp_helper
kernelPatches.modinst_arg_list_too_long
kernelPatches.export_kernel_fpu_functions
];
};

linux_5_1 = callPackage ../os-specific/linux/kernel/linux-5.1.nix {
kernelPatches =
[ kernelPatches.bridge_stp_helper
@@ -14940,7 +14932,6 @@ in
linuxPackages_4_9 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_9);
linuxPackages_4_14 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_14);
linuxPackages_4_19 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_19);
linuxPackages_5_0 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_5_0);
linuxPackages_5_1 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_5_1);

# When adding to this list: