gmp-5.x: update from 5.0.5 to 5.1.0
This commit is contained in:
parent
ee3f45d1db
commit
796b5e3c9f
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, m4, cxx ? true }:
|
{ stdenv, fetchurl, m4, cxx ? true }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gmp-5.0.5";
|
name = "gmp-5.1.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/gmp/${name}.tar.bz2";
|
url = "mirror://gnu/gmp/${name}.tar.bz2";
|
||||||
sha256 = "1jfymbr90mpn0zw5sg001llqnvf2462y77vgjknrmfs1rjn8ln0z";
|
sha256 = "15n7xxgasbxdch8ii8z9ic6fxc2ysk3q8iavf55abjp5iylspnfz";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./ignore-bad-cpuid.patch ];
|
patches = [ ./ignore-bad-cpuid.patch ];
|
|
@ -3754,7 +3754,7 @@ let
|
||||||
# The GHC bootstrap binaries link against libgmp.so.3, which is in GMP 4.x.
|
# The GHC bootstrap binaries link against libgmp.so.3, which is in GMP 4.x.
|
||||||
gmp4 = callPackage ../development/libraries/gmp/4.3.2.nix { };
|
gmp4 = callPackage ../development/libraries/gmp/4.3.2.nix { };
|
||||||
|
|
||||||
gmp5 = callPackage ../development/libraries/gmp/5.0.5.nix { };
|
gmp5 = callPackage ../development/libraries/gmp/5.1.0.nix { };
|
||||||
|
|
||||||
gobjectIntrospection = callPackage ../development/libraries/gobject-introspection { };
|
gobjectIntrospection = callPackage ../development/libraries/gobject-introspection { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue