Skip to content

Commit

Permalink
Merge branch 'gcc-7' into glibc-2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Feb 19, 2018
2 parents c682e12 + be8062d commit 3aa0651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 1 addition & 6 deletions pkgs/os-specific/linux/kernel-headers/default.nix
Expand Up @@ -55,12 +55,7 @@ let
};
in {

linuxHeaders_4_4 = common {
version = "4.4.10";
sha256 = "1kpjvvd9q9wwr3314q5ymvxii4dv2d27295bzly225wlc552xhja";
};

linuxHeaders_4_15 = common {
linuxHeaders = common {
version = "4.15";
sha256 = "0sd7l9n9h7vf9c6gd6ciji28hawda60yj0llh17my06m0s4lf9js";
};
Expand Down
3 changes: 1 addition & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -12961,8 +12961,7 @@ with pkgs;
lkl = callPackage ../applications/virtualization/lkl { };

inherit (callPackages ../os-specific/linux/kernel-headers { })
linuxHeaders_4_4 linuxHeaders_4_15;
linuxHeaders = if hostPlatform.isMusl || hostPlatform.isRiscV then linuxHeaders_4_15 else linuxHeaders_4_4;
linuxHeaders;

kernelPatches = callPackage ../os-specific/linux/kernel/patches.nix { };

Expand Down

0 comments on commit 3aa0651

Please sign in to comment.