* gmp 4.3.1. Hopefully this fixes those weird build errors people
have been reporting. svn path=/nixpkgs/branches/stdenv-updates/; revision=16030
This commit is contained in:
parent
a830968c53
commit
8f0f5c403d
@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchurl, m4, cxx ? true}:
|
{stdenv, fetchurl, m4, cxx ? true}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "gmp-4.2.4";
|
name = "gmp-4.3.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://gnu/gmp/gmp-4.2.4.tar.bz2;
|
url = "mirror://gnu/gmp/${name}.tar.bz2";
|
||||||
sha256 = "0s73xzhwrfqcr1gmhsink1fhfzjlkyk70b1bdyrm76m6b3jv082l";
|
sha256 = "1j5pklq36ivg2cim5wfysns229a544lqkimp3mlzkwjl513ra0ma";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [m4];
|
buildInputs = [m4];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user