GMP: Further attempt to fix `x86_64-darwin' builds.
svn path=/nixpkgs/trunk/; revision=25668
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user