set meta.platforms to get rid of hydra evaluation errors (assertions)

svn path=/nixpkgs/trunk/; revision=20301
This commit is contained in:
Rob Vermaas 2010-03-01 12:23:49 +00:00
parent 9308f0465f
commit dfca3bc039

View File

@ -99,7 +99,7 @@ let
/* Platform groups for specific kinds of applications. */
x11Supported = linux;
gtkSupported = linux;
ghcSupported = linux ++ darwin;
ghcSupported = linux ++ ["i686-darwin"] ;
in {