mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
linuxHeaders: linuxHeaders_3_18 -> linuxHeaders_4_4
This updates the Linux API headers to those of the default NixOS kernel.
This commit is contained in:
parent
c9750f5382
commit
aa18837652
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue