new autoconf, gettext and coreutils. Tested to build in work in NixOS.

svn path=/nixpkgs/trunk/; revision=5532
This commit is contained in:
Armijn Hemel
2006-06-28 21:35:37 +00:00
parent 0176b927c4
commit f590067ee0
3 changed files with 9 additions and 9 deletions
@@ -1,10 +1,10 @@
{stdenv, fetchurl, m4, perl}:
stdenv.mkDerivation {
name = "autoconf-2.59";
name = "autoconf-2.60";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/autoconf-2.59.tar.bz2;
md5 = "1ee40f7a676b3cfdc0e3f7cd81551b5f";
url = ftp://ftp.nluug.nl/pub/gnu/autoconf/autoconf-2.60.tar.bz2;
md5 = "019609c29d0cbd9110c38480304aafc8";
};
buildInputs = [m4 perl];
}