From 343bbc271220692ce1f5eb7fb15b7e03fce922c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 26 May 2010 08:55:58 +0000 Subject: [PATCH] Have Hydra cross-build GNU Mach. svn path=/nixpkgs/trunk/; revision=21987 --- pkgs/top-level/release-cross.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index d4daf2652c3..63cae5f41c2 100644 --- a/pkgs/top-level/release-cross.nix +++ b/pkgs/top-level/release-cross.nix @@ -154,6 +154,7 @@ in { crossGNU = mapTestOnCross crossSystem { gccCrossStageFinal = nativePlatforms; hurdCross = nativePlatforms; + mach.hostDrv = nativePlatforms; coreutils_real.hostDrv = nativePlatforms; ed.hostDrv = nativePlatforms;