* More URLs.

svn path=/nixpkgs/trunk/; revision=6718
This commit is contained in:
Eelco Dolstra
2006-10-12 15:58:51 +00:00
parent aa0dc058fe
commit 8e08738756
6 changed files with 5 additions and 23 deletions

View File

@@ -5,7 +5,7 @@ assert pkgconfig != null && gettext != null && perl != null;
stdenv.mkDerivation {
name = "glib-2.12.1"; # <- sic! gtk 2.10 needs glib 2.12
src = fetchurl {
url = ftp://ftp.gtk.org/pub/glib/2.12/glib-2.12.1.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/glib-2.12.1.tar.bz2;
md5 = "97786d2a03f0f190bd782749139dc10c";
};
buildInputs = [pkgconfig gettext perl];

View File

@@ -11,7 +11,7 @@ stdenv.mkDerivation {
--x-libraries=${libX11}/lib";
src = fetchurl {
url = http://ftp.tiscali.nl/kde/stable/3.5.4/src/arts-1.5.4.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/arts-1.5.4.tar.bz2;
md5 = "886ba4a13dc0da312d94c09f50c3ffe6";
};