* mirror://debian: stripped the /pool part; there are other Debian

files that can be useful.
* mirror://ubuntu.

svn path=/nixpkgs/trunk/; revision=11097
This commit is contained in:
Eelco Dolstra
2008-03-13 13:31:39 +00:00
parent fdf6a69b3a
commit d8745d57b2
3 changed files with 17 additions and 9 deletions
+13 -5
View File
@@ -113,12 +113,20 @@ rec {
http://ftp.funet.fi/pub/CPAN/
];
# Debian
# Debian.
debian = [
ftp://ftp.de.debian.org/debian/pool/
ftp://ftp.nl.debian.org/debian/pool/
ftp://ftp.ru.debian.org/debian/pool/
ftp://ftp.debian.org/debian/pool/
ftp://ftp.de.debian.org/debian/
ftp://ftp.nl.debian.org/debian/
ftp://ftp.ru.debian.org/debian/
ftp://ftp.debian.org/debian/
];
# Ubuntu.
ubuntu = [
http://nl.archive.ubuntu.com/ubuntu/
http://de.archive.ubuntu.com/ubuntu/
http://archive.ubuntu.com/ubuntu/
];
}