From f0d7bf0541dd0bb033f212c62ea25a224beb7ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Thu, 6 May 2010 19:20:47 +0000 Subject: [PATCH] Updating the hydra cross-build tests to build wxMSW and not wxGTK for mingw32 svn path=/nixpkgs/trunk/; revision=21635 --- pkgs/top-level/release-cross.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index 93b0b517bd1..79e6975ea93 100644 --- a/pkgs/top-level/release-cross.nix +++ b/pkgs/top-level/release-cross.nix @@ -133,7 +133,7 @@ let }; in { crossMingw32 = mapTestOnCross crossSystem { - wxGTK.hostDrv = nativePlatforms; + windows.wxMSW.hostDrv = nativePlatforms; gccCrossStageFinal = nativePlatforms; }; })