3
0
Fork 0
forked from mirrors/nixpkgs

* Latest Libtool.

svn path=/nixpkgs/trunk/; revision=5710
This commit is contained in:
Eelco Dolstra 2006-07-14 15:57:52 +00:00
parent bf7ca59eaa
commit 1410af25b7
2 changed files with 3 additions and 13 deletions

View file

@ -1,10 +1,10 @@
{stdenv, fetchurl, m4, perl}:
stdenv.mkDerivation {
name = "libtool-1.5.20";
name = "libtool-1.5.22";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/libtool-1.5.20.tar.gz;
md5 = "fc3b564700aebcb19de841c1c2d66e99";
url = http://ftp.gnu.org/gnu/libtool/libtool-1.5.22.tar.gz;
md5 = "8e0ac9797b62ba4dcc8a2fb7936412b0";
};
buildInputs = [m4 perl];
}

View file

@ -1,10 +0,0 @@
{stdenv, fetchurl, m4, perl}:
stdenv.mkDerivation {
name = "libtool-1.5.22";
src = fetchurl {
url = ftp://ftp.nluug.nl/pub/gnu/libtool/libtool-1.5.22.tar.gz;
md5 = "8e0ac9797b62ba4dcc8a2fb7936412b0";
};
buildInputs = [m4 perl];
}