forked from mirrors/nixpkgs
* mirror://gnome/ scheme.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11016
This commit is contained in:
parent
4bd753eaeb
commit
7ba8833f14
|
@ -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/
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue