release-cross: Adjust to `gnu.' renaming.
svn path=/nixpkgs/trunk/; revision=30477
This commit is contained in:
parent
1c0ae7e8ed
commit
ab25775f1c
@ -180,8 +180,9 @@ let
|
|||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
crossGNU = mapTestOnCross crossSystem {
|
crossGNU = mapTestOnCross crossSystem {
|
||||||
hurdCross = nativePlatforms;
|
gnu.hurdCross = nativePlatforms;
|
||||||
mach.hostDrv = nativePlatforms;
|
gnu.mach.hostDrv = nativePlatforms;
|
||||||
|
gnu.mig = nativePlatforms;
|
||||||
|
|
||||||
coreutils.hostDrv = nativePlatforms;
|
coreutils.hostDrv = nativePlatforms;
|
||||||
ed.hostDrv = nativePlatforms;
|
ed.hostDrv = nativePlatforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user