From 1a6e7109d12280edce7d9243a4cc221c61caa41c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andres=20L=C3=B6h?= Date: Sat, 25 Apr 2009 15:39:25 +0000 Subject: [PATCH] Don't build the Haskell Platform on Darwin. svn path=/nixpkgs/trunk/; revision=15306 --- 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 abec467571f..1976b1b23ec 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -344,7 +344,7 @@ in { gtk2hs = ghcSupported; leksah = ghcSupported; lhs2tex = ghcSupported; - haskellPlatform = ghcSupported; + haskellPlatform = linux; /* OpenGL/mesa seems to fail on darwin */ xmonad = ghcSupported; };