cross-GNU: Choose a different package set.

svn path=/nixpkgs/trunk/; revision=21941
This commit is contained in:
Ludovic Courtès 2010-05-21 15:07:54 +00:00
parent 6eefe563bd
commit a57d897d94

View File

@ -151,10 +151,16 @@ let
libc = "glibc";
};
in {
crossGNU = mapTestOnCross crossSystem ({
gccCrossStageFinal = nativePlatforms;
hurdCross = nativePlatforms;
}
//
basic);
crossGNU = mapTestOnCross crossSystem {
gccCrossStageFinal = nativePlatforms;
hurdCross = nativePlatforms;
coreutils_real.hostDrv = nativePlatforms;
ed.hostDrv = nativePlatforms;
grub2.hostDrv = nativePlatforms;
inetutils.hostDrv = nativePlatforms;
nixUnstable.hostDrv = nativePlatforms;
patch.hostDrv = nativePlatforms;
zile.hostDrv = nativePlatforms;
};
})