GMP: Further attempt to fix `x86_64-darwin' builds.

svn path=/nixpkgs/trunk/; revision=25668
This commit is contained in:
Ludovic Courtès
2011-01-22 20:26:50 +00:00
parent 24c9b1f3b9
commit 3593d48524
2 changed files with 9 additions and 2 deletions

View File

@@ -3120,7 +3120,7 @@ let
gmm = callPackage ../development/libraries/gmm { };
gmp =
if stdenv.isDarwin 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;