Try GMP 5 on Darwin.

svn path=/nixpkgs/branches/stdenv-updates/; revision=20587
This commit is contained in:
Ludovic Courtès 2010-03-11 23:25:03 +00:00
parent d3292f42a2
commit e7f9d4e03f

@ -3793,8 +3793,8 @@ let
inherit fetchurl stdenv;
};
gmp =
if stdenv.system == "i686-darwin" then
gmp =
if false then # XXX: stdenv.system == "i686-darwin" then
# GMP 4.3.2 is broken on Darwin, so use 4.3.1.
makeOverridable (import ../development/libraries/gmp/4.3.1.nix) {
inherit stdenv fetchurl m4;