* Some cleanup, and the autoconf259 attribute actually referred to

Autoconf 2.61.

svn path=/nixpkgs/trunk/; revision=8575
This commit is contained in:
Eelco Dolstra
2007-04-15 21:23:07 +00:00
parent e626055170
commit e317c7de41
2 changed files with 2 additions and 16 deletions

View File

@@ -1,10 +0,0 @@
{stdenv, fetchurl, m4, perl}:
stdenv.mkDerivation {
name = "autoconf-2.60";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/autoconf-2.60.tar.bz2;
md5 = "019609c29d0cbd9110c38480304aafc8";
};
buildInputs = [m4 perl];
}