* Merge r2396.

svn path=/nixpkgs/trunk/; revision=2397
This commit is contained in:
Eelco Dolstra
2005-03-14 09:22:26 +00:00
parent df2a7e5168
commit f6e91bc9c9
33 changed files with 66 additions and 66 deletions
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "libtool-1.5.14";
src = fetchurl {
url = http://ftp.gnu.org/gnu/libtool/libtool-1.5.14.tar.gz;
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/libtool-1.5.14.tar.gz;
md5 = "049bf67de9b0eb75cd943dafe3d749ec";
};
buildInputs = [m4 perl];