* Some cleanup, and the autoconf259 attribute actually referred to
Autoconf 2.61. svn path=/nixpkgs/trunk/; revision=8575
This commit is contained in:
@@ -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];
|
||||
}
|
||||
Reference in New Issue
Block a user