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";
|
libc = "glibc";
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
crossGNU = mapTestOnCross crossSystem ({
|
crossGNU = mapTestOnCross crossSystem {
|
||||||
gccCrossStageFinal = nativePlatforms;
|
gccCrossStageFinal = nativePlatforms;
|
||||||
hurdCross = nativePlatforms;
|
hurdCross = nativePlatforms;
|
||||||
}
|
|
||||||
//
|
coreutils_real.hostDrv = nativePlatforms;
|
||||||
basic);
|
ed.hostDrv = nativePlatforms;
|
||||||
|
grub2.hostDrv = nativePlatforms;
|
||||||
|
inetutils.hostDrv = nativePlatforms;
|
||||||
|
nixUnstable.hostDrv = nativePlatforms;
|
||||||
|
patch.hostDrv = nativePlatforms;
|
||||||
|
zile.hostDrv = nativePlatforms;
|
||||||
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user