reinstate gmp 4.3.1 for i686-darwin (like in trunk)
svn path=/nixpkgs/branches/stdenv-updates/; revision=24641
This commit is contained in:
parent
0ef4e570c8
commit
5e70f43ead
@ -2963,7 +2963,7 @@ let
|
|||||||
gmm = callPackage ../development/libraries/gmm { };
|
gmm = callPackage ../development/libraries/gmm { };
|
||||||
|
|
||||||
gmp =
|
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.
|
# GMP 4.3.2 is broken on Darwin, so use 4.3.1.
|
||||||
makeOverridable (import ../development/libraries/gmp/4.3.1.nix) {
|
makeOverridable (import ../development/libraries/gmp/4.3.1.nix) {
|
||||||
inherit stdenv fetchurl m4;
|
inherit stdenv fetchurl m4;
|
||||||
|
Loading…
Reference in New Issue
Block a user