mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
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:
parent
70074d2b98
commit
b71ca8c138
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user