forked from mirrors/nixpkgs
all-packages.nix: add 'linuxHeaders36' attribute
We have that version of the kernel headers in Nixpkgs already, there was just no attribute for them.
This commit is contained in:
parent
d1882a1940
commit
5a75874b96
|
@ -6410,6 +6410,8 @@ let
|
|||
|
||||
linuxConsoleTools = callPackage ../os-specific/linux/consoletools { };
|
||||
|
||||
linuxHeaders36 = callPackage ../os-specific/linux/kernel-headers/2.6.32.nix { };
|
||||
|
||||
linuxHeaders37 = callPackage ../os-specific/linux/kernel-headers/3.7.nix { };
|
||||
|
||||
linuxHeaders26Cross = forceNativeDrv (import ../os-specific/linux/kernel-headers/2.6.32.nix {
|
||||
|
|
Loading…
Reference in a new issue