3
0
Fork 0
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:
Peter Simons 2013-09-10 21:15:41 +02:00
parent d1882a1940
commit 5a75874b96

View file

@ -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 {