mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
* 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 =
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user