Updating gmp and ppl (this last, mandatory, to match the gmp version).
I chose a snapshot of the future 0.11 ppl (that had to be released one or two months ago, I think), waiting for the 0.11 to be frozen. Only 0.11 supports building with gmp 5.x svn path=/nixpkgs/branches/stdenv-updates/; revision=22268
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl, m4, cxx ? true}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gmp-5.0.0";
|
||||
name = "gmp-5.0.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/gmp/${name}.tar.bz2";
|
||||
sha256 = "0kwqhyvw48yzxjp29c721m9v498115dh6li9adk7b84mbh7gv2gh";
|
||||
sha256 = "1yrr14l6vvhm1g27y8nb3c75j0i4ii4k1gw7ik08safk3zq119m2";
|
||||
};
|
||||
|
||||
buildNativeInputs = [m4];
|
||||
|
||||
Reference in New Issue
Block a user