Revert "gmp: Use version 6 as the default"
This reverts commit 370fc79b948438694dc4767570afe43c5b1fb7c4, because it causes trouble on both Linux and Darwin, and we probably shouldn't have to worry about that kind of stuff right now with the 15.06 release being late'ish already.
This commit is contained in:
parent
57ee8d6131
commit
7d299447ae
@ -6206,8 +6206,7 @@ let
|
||||
|
||||
gmp4 = callPackage ../development/libraries/gmp/4.3.2.nix { }; # required by older GHC versions
|
||||
gmp5 = callPackage ../development/libraries/gmp/5.1.x.nix { };
|
||||
gmp6 = callPackage ../development/libraries/gmp/6.x.nix { };
|
||||
gmp = gmp6;
|
||||
gmp = gmp5;
|
||||
gmpxx = appendToName "with-cxx" (gmp.override { cxx = true; });
|
||||
|
||||
#GMP ex-satellite, so better keep it near gmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user