svn path=/nixpkgs/trunk/; revision=598
This commit is contained in:
Eelco Visser
2003-12-23 21:32:25 +00:00
parent d5ec705667
commit 02a743eb7a
3 changed files with 0 additions and 36 deletions
@@ -1,13 +0,0 @@
{stdenv, fetchurl, m4, perl}:
derivation {
name = "autoconf-2.58";
system = stdenv.system;
builder = ./builder.sh;
src = fetchurl {
url = ;
md5 = "";
};
stdenv = stdenv;
m4 = m4;
perl = perl;
}