From dfca3bc039dcddf6f2e19e6a710f4145663754d5 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Mon, 1 Mar 2010 12:23:49 +0000 Subject: [PATCH] set meta.platforms to get rid of hydra evaluation errors (assertions) svn path=/nixpkgs/trunk/; revision=20301 --- pkgs/top-level/release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index bc2b4c191742..1df7507906ee 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -99,7 +99,7 @@ let /* Platform groups for specific kinds of applications. */ x11Supported = linux; gtkSupported = linux; - ghcSupported = linux ++ darwin; + ghcSupported = linux ++ ["i686-darwin"] ; in {