Use an older GMP on all Darwin platforms.

svn path=/nixpkgs/trunk/; revision=25662
This commit is contained in:
Ludovic Courtès 2011-01-21 19:24:18 +00:00
parent 618e45c0f3
commit dd2a11d7e8

View file

@ -3116,7 +3116,7 @@ let
gmm = callPackage ../development/libraries/gmm { };
gmp =
if stdenv.system == "i686-darwin" then
if stdenv.isDarwin 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;