forked from mirrors/nixpkgs
cross-GNU: Choose a different package set.
svn path=/nixpkgs/trunk/; revision=21941
This commit is contained in:
parent
6eefe563bd
commit
a57d897d94
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue