forked from mirrors/nixpkgs
Don't build the Haskell Platform on Darwin.
svn path=/nixpkgs/trunk/; revision=15306
This commit is contained in:
parent
922c14e372
commit
1a6e7109d1
|
@ -344,7 +344,7 @@ in {
|
|||
gtk2hs = ghcSupported;
|
||||
leksah = ghcSupported;
|
||||
lhs2tex = ghcSupported;
|
||||
haskellPlatform = ghcSupported;
|
||||
haskellPlatform = linux; /* OpenGL/mesa seems to fail on darwin */
|
||||
xmonad = ghcSupported;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue