* Incorrect filename: 4.3.2 -> 4.3.1
svn path=/nixpkgs/trunk/; revision=19869
This commit is contained in:
parent
8b5d0c8de5
commit
97a6ecb879
@ -3741,7 +3741,8 @@ let
|
|||||||
|
|
||||||
gmp =
|
gmp =
|
||||||
if stdenv.system == "i686-darwin" then
|
if stdenv.system == "i686-darwin" then
|
||||||
makeOverridable (import ../development/libraries/gmp/4.3.2.nix) {
|
# 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;
|
inherit stdenv fetchurl m4;
|
||||||
cxx = false;
|
cxx = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user