From aa6313051b27169dbc025a2ca535e0e7b0d9139c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 12 Jun 2011 21:53:56 +0000 Subject: [PATCH] Let Hydra cross-build more stuff for GNU. svn path=/nixpkgs/trunk/; revision=27427 --- pkgs/top-level/release-cross.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index cacc5f100c4e..de9532d712a2 100644 --- a/pkgs/top-level/release-cross.nix +++ b/pkgs/top-level/release-cross.nix @@ -187,11 +187,18 @@ in { grub2.hostDrv = nativePlatforms; inetutils.hostDrv = nativePlatforms; boehmgc.hostDrv = nativePlatforms; + findutils.hostDrv = nativePlatforms; + gcc.hostDrv = nativePlatforms; + gdb.hostDrv = nativePlatforms; gmp.hostDrv = nativePlatforms; + gnugrep.hostDrv = nativePlatforms; + gnumake.hostDrv = nativePlatforms; + gnused.hostDrv = nativePlatforms; guile_1_8.hostDrv = nativePlatforms; libffi.hostDrv = nativePlatforms; libtool.hostDrv = nativePlatforms; libunistring.hostDrv = nativePlatforms; + lsh.hostDrv = nativePlatforms; nixUnstable.hostDrv = nativePlatforms; patch.hostDrv = nativePlatforms; zile.hostDrv = nativePlatforms;