1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Removing the 2.6.39 kernel from release-cross; it wasn't in nixpkgs.

I add linux 3.6.
This commit is contained in:
Lluís Batlle i Rossell 2012-11-29 10:27:34 +01:00
parent 2aea62bd07
commit 0397d7c51e

View file

@ -17,9 +17,9 @@ let
#xorgserver.hostDrv = nativePlatforms;
};
nixUnstable.hostDrv = nativePlatforms;
linuxPackages_2_6_39.kernel.hostDrv = linux;
linuxPackages_3_3.kernel.hostDrv = linux;
linuxPackages_3_4.kernel.hostDrv = linux;
linuxPackages_3_6.kernel.hostDrv = linux;
};
/* Basic list of packages to be natively built,