From 7ba8833f1496a39854051f5ae4668b717e97b1f1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 7 Mar 2008 15:40:26 +0000 Subject: [PATCH] * mirror://gnome/ scheme. svn path=/nixpkgs/branches/stdenv-updates/; revision=11016 --- pkgs/build-support/fetchurl/mirrors.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pkgs/build-support/fetchurl/mirrors.nix b/pkgs/build-support/fetchurl/mirrors.nix index d6a119b336a0..70cc0c419732 100644 --- a/pkgs/build-support/fetchurl/mirrors.nix +++ b/pkgs/build-support/fetchurl/mirrors.nix @@ -113,7 +113,7 @@ rec { http://ftp.funet.fi/pub/CPAN/ ]; - # Debian + # Debian. debian = [ ftp://ftp.de.debian.org/debian/pool/ ftp://ftp.nl.debian.org/debian/pool/ @@ -121,4 +121,10 @@ rec { ftp://ftp.debian.org/debian/pool/ ]; + # Gnome (see http://ftp.gnome.org/pub/GNOME/MIRRORS). + gnome = [ + # This one redirects to some mirror closeby, so it should be all you need. + http://download.gnome.org/ + ]; + }