From 995a603ec98992e168b8b7605c3312665922b424 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 29 Apr 2010 21:41:28 +0000 Subject: [PATCH] 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 --- pkgs/top-level/release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index a0a33abbea4..616c6d3db2b 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -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; };