mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Allowing linux-headers to be built for cross-compilations on non-linux platforms.
Updating the list of hydra cross-build jobs to something more ambitious. svn path=/nixpkgs/branches/stdenv-updates/; revision=19628
This commit is contained in:
parent
38c0a2efbd
commit
d8900100e5
2 changed files with 5 additions and 33 deletions
|
@ -1,6 +1,6 @@
|
|||
{stdenv, fetchurl, perl, cross ? null}:
|
||||
|
||||
assert stdenv.isLinux;
|
||||
assert cross == null -> stdenv.isLinux;
|
||||
|
||||
let version = "2.6.28.5"; in
|
||||
|
||||
|
|
|
@ -678,40 +678,12 @@ in {
|
|||
crossArmLinux = mapTestOnCross crossSystem (rec {
|
||||
bison = nativePlatforms;
|
||||
uboot = nativePlatforms;
|
||||
uclibc = nativePlatforms;
|
||||
tightvnc = nativePlatforms;
|
||||
openoffice = nativePlatforms;
|
||||
wxGTK = nativePlatforms;
|
||||
firefox = nativePlatforms;
|
||||
xorg = {
|
||||
fontadobe100dpi = nativePlatforms;
|
||||
fontadobe75dpi = nativePlatforms;
|
||||
fontbh100dpi = nativePlatforms;
|
||||
fontbhlucidatypewriter100dpi = nativePlatforms;
|
||||
fontbhlucidatypewriter75dpi = nativePlatforms;
|
||||
fontbhttf = nativePlatforms;
|
||||
fontcursormisc = nativePlatforms;
|
||||
fontmiscmisc = nativePlatforms;
|
||||
iceauth = nativePlatforms;
|
||||
libX11 = nativePlatforms;
|
||||
lndir = all;
|
||||
setxkbmap = nativePlatforms;
|
||||
xauth = nativePlatforms;
|
||||
xev = nativePlatforms;
|
||||
xf86inputkeyboard = nativePlatforms;
|
||||
xf86inputmouse = nativePlatforms;
|
||||
xf86inputevdev = nativePlatforms;
|
||||
xf86inputsynaptics = nativePlatforms;
|
||||
xf86videoati = nativePlatforms;
|
||||
xf86videointel = nativePlatforms;
|
||||
xf86videonv = nativePlatforms;
|
||||
xf86videovesa = nativePlatforms;
|
||||
xfs = nativePlatforms;
|
||||
xkbcomp = nativePlatforms;
|
||||
xmessage = nativePlatforms;
|
||||
xorgserver = nativePlatforms;
|
||||
xrandr = nativePlatforms;
|
||||
xrdb = nativePlatforms;
|
||||
xset = nativePlatforms;
|
||||
};
|
||||
gtkLibs = {
|
||||
gtk = nativePlatforms;
|
||||
};
|
||||
});
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue