pkgs/top-level/release.nix: enable haskellPackages_ghc6104.haskellPlatform on Darwin
I'm pretty sure that the OpenGL/Mesa errors on Darwin have been fixed. I didn't personally verify that this particular haskellPlatform version builds, though, I just built the very latest version with GHC 6.12.2, albeit successfully. If it so happens that this change reveals any further unexpected problems on MacOS X, please let me know about it. svn path=/nixpkgs/trunk/; revision=21445
This commit is contained in:
parent
fa2177ed5c
commit
995a603ec9
@ -417,7 +417,7 @@ with (import ./release-lib.nix);
|
||||
gtk2hs = linux;
|
||||
leksah = linux;
|
||||
lhs2tex = ghcSupported;
|
||||
haskellPlatform = linux; /* OpenGL/mesa seems to fail on darwin */
|
||||
haskellPlatform = ghcSupported;
|
||||
xmonad = linux;
|
||||
gitit = linux;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user