1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

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 {