reinstate gmp 4.3.1 for i686-darwin (like in trunk)

svn path=/nixpkgs/branches/stdenv-updates/; revision=24641
This commit is contained in:
Rob Vermaas 2010-11-10 15:05:18 +00:00
parent 0ef4e570c8
commit 5e70f43ead

View File

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