gmp: updated (unused) version 5.0.1 to 5.0.3
svn path=/nixpkgs/trunk/; revision=31908
This commit is contained in:
parent
9d67ff2a48
commit
12e953b944
@ -5,11 +5,11 @@ let
|
|||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gmp-5.0.1";
|
name = "gmp-5.0.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/gmp/${name}.tar.bz2";
|
url = "mirror://gnu/gmp/${name}.tar.bz2";
|
||||||
sha256 = "1yrr14l6vvhm1g27y8nb3c75j0i4ii4k1gw7ik08safk3zq119m2";
|
sha256 = "dcafe9989c7f332b373e1f766af8e9cd790fc802fdec422a1910a6ef783480e3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildNativeInputs = [m4];
|
buildNativeInputs = [m4];
|
||||||
@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://gmplib.org/;
|
homepage = http://gmplib.org/;
|
||||||
license = "LGPLv3+";
|
license = "LGPLv3+";
|
||||||
|
|
||||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
maintainers = [ stdenv.lib.maintainers.ludo stdenv.lib.maintainers.simons ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -3632,6 +3632,8 @@ let
|
|||||||
cxx = false;
|
cxx = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gmp5 = callPackage ../development/libraries/gmp/5.0.3.nix { };
|
||||||
|
|
||||||
gmpxx = appendToName "with-cxx" (gmp.override { cxx = true; });
|
gmpxx = appendToName "with-cxx" (gmp.override { cxx = true; });
|
||||||
|
|
||||||
gobjectIntrospection = callPackage ../development/libraries/gobject-introspection { };
|
gobjectIntrospection = callPackage ../development/libraries/gobject-introspection { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user