release-cross: Adjust to `gnu.' renaming.

svn path=/nixpkgs/trunk/; revision=30477
This commit is contained in:
Ludovic Courtès 2011-11-19 14:27:37 +00:00
parent 1c0ae7e8ed
commit ab25775f1c

View File

@ -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;