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;
|
gtk2hs = ghcSupported;
|
||||||
leksah = ghcSupported;
|
leksah = ghcSupported;
|
||||||
lhs2tex = ghcSupported;
|
lhs2tex = ghcSupported;
|
||||||
haskellPlatform = ghcSupported;
|
haskellPlatform = linux; /* OpenGL/mesa seems to fail on darwin */
|
||||||
xmonad = ghcSupported;
|
xmonad = ghcSupported;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user