From ab25775f1ca15606ad124c67ec174efa99ba52d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 19 Nov 2011 14:27:37 +0000 Subject: [PATCH] release-cross: Adjust to `gnu.' renaming. svn path=/nixpkgs/trunk/; revision=30477 --- pkgs/top-level/release-cross.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index 536cfb81d58..4088fc088dc 100644 --- a/pkgs/top-level/release-cross.nix +++ b/pkgs/top-level/release-cross.nix @@ -180,8 +180,9 @@ let }; in { crossGNU = mapTestOnCross crossSystem { - hurdCross = nativePlatforms; - mach.hostDrv = nativePlatforms; + gnu.hurdCross = nativePlatforms; + gnu.mach.hostDrv = nativePlatforms; + gnu.mig = nativePlatforms; coreutils.hostDrv = nativePlatforms; ed.hostDrv = nativePlatforms;