3
0
Fork 0
forked from mirrors/nixpkgs

Don't build the Haskell Platform on Darwin.

svn path=/nixpkgs/trunk/; revision=15306
This commit is contained in:
Andres Löh 2009-04-25 15:39:25 +00:00
parent 922c14e372
commit 1a6e7109d1

View file

@ -344,7 +344,7 @@ in {
gtk2hs = ghcSupported;
leksah = ghcSupported;
lhs2tex = ghcSupported;
haskellPlatform = ghcSupported;
haskellPlatform = linux; /* OpenGL/mesa seems to fail on darwin */
xmonad = ghcSupported;
};