* Fix URL.

svn path=/nixpkgs/trunk/; revision=6207
This commit is contained in:
Eelco Dolstra 2006-08-23 11:24:05 +00:00
parent bb53e3df6d
commit 3f8f7abe5e

View file

@ -5,7 +5,7 @@ assert pkgconfig != null && gettext != null && perl != null;
stdenv.mkDerivation {
name = "glib-2.10.3";
src = fetchurl {
url = ftp://ftp.gtk.org/pub/gtk/v2.10/glib-2.10.3.tar.bz2;
url = ftp://ftp.gtk.org/pub/glib/2.10/glib-2.10.3.tar.bz2;
md5 = "87206e721c12d185d17dd9ecd7e30369";
};
buildInputs = [pkgconfig perl];