Updating the kernels to be cross-built by hydra. The list was quite outdated related to nixpkgs.

svn path=/nixpkgs/trunk/; revision=34224
This commit is contained in:
Lluís Batlle i Rossell 2012-05-24 18:59:13 +00:00
parent 70074d2b98
commit b71ca8c138

View File

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