Skip to content

Commit

Permalink
linuxHeaders: linuxHeaders_3_18 -> linuxHeaders_4_4
Browse files Browse the repository at this point in the history
This updates the Linux API headers to those of the default NixOS kernel.
  • Loading branch information
joachifm committed May 14, 2016
1 parent c9750f5 commit aa18837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -10569,13 +10569,13 @@ in

# -- Linux kernel expressions ------------------------------------------------

linuxHeaders = self.linuxHeaders_3_18;
linuxHeaders = self.linuxHeaders_4_4;

linuxHeaders24Cross = forceNativeDrv (callPackage ../os-specific/linux/kernel-headers/2.4.nix {
cross = assert crossSystem != null; crossSystem;
});

linuxHeaders26Cross = forceNativeDrv (callPackage ../os-specific/linux/kernel-headers/3.18.nix {
linuxHeaders26Cross = forceNativeDrv (callPackage ../os-specific/linux/kernel-headers/4.4.nix {
cross = assert crossSystem != null; crossSystem;
});

Expand Down

0 comments on commit aa18837

Please sign in to comment.