mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
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…
Reference in a new issue