* Incorrect filename: 4.3.2 -> 4.3.1

svn path=/nixpkgs/trunk/; revision=19869
This commit is contained in:
Eelco Dolstra 2010-02-08 17:46:34 +00:00
parent 8b5d0c8de5
commit 97a6ecb879
2 changed files with 2 additions and 1 deletions

View File

@ -3741,7 +3741,8 @@ let
gmp =
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;
cxx = false;
}