release-cross: Adjust to `gnu.' renaming.
svn path=/nixpkgs/trunk/; revision=30477
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user