* Some cleanup, and the autoconf259 attribute actually referred to
Autoconf 2.61. svn path=/nixpkgs/trunk/; revision=8575
This commit is contained in:
parent
e626055170
commit
e317c7de41
@ -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];
|
|
||||||
}
|
|
@ -994,13 +994,9 @@ rec {
|
|||||||
name = "ant-" + j2sdk14x.name;
|
name = "ant-" + j2sdk14x.name;
|
||||||
};
|
};
|
||||||
|
|
||||||
autoconf = autoconf259;
|
autoconf = autoconf261;
|
||||||
|
|
||||||
autoconf259 = import ../development/tools/misc/autoconf {
|
autoconf261 = import ../development/tools/misc/autoconf {
|
||||||
inherit fetchurl stdenv perl m4;
|
|
||||||
};
|
|
||||||
|
|
||||||
autoconf260 = import ../development/tools/misc/autoconf-2.60 {
|
|
||||||
inherit fetchurl stdenv perl m4;
|
inherit fetchurl stdenv perl m4;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user