From a57d897d943a693092328260652fe71ffbf669ea Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 21 May 2010 15:07:54 +0000 Subject: cross-GNU: Choose a different package set. svn path=/nixpkgs/trunk/; revision=21941 --- pkgs/top-level/release-cross.nix | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'pkgs/top-level/release-cross.nix') diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index ab0310f7309a..d4daf2652c35 100644 --- a/pkgs/top-level/release-cross.nix +++ b/pkgs/top-level/release-cross.nix @@ -151,10 +151,16 @@ let libc = "glibc"; }; in { - crossGNU = mapTestOnCross crossSystem ({ - gccCrossStageFinal = nativePlatforms; - hurdCross = nativePlatforms; - } - // - basic); + crossGNU = mapTestOnCross crossSystem { + gccCrossStageFinal = nativePlatforms; + hurdCross = nativePlatforms; + + coreutils_real.hostDrv = nativePlatforms; + ed.hostDrv = nativePlatforms; + grub2.hostDrv = nativePlatforms; + inetutils.hostDrv = nativePlatforms; + nixUnstable.hostDrv = nativePlatforms; + patch.hostDrv = nativePlatforms; + zile.hostDrv = nativePlatforms; + }; }) -- cgit 1.4.1