More Apache mirrors; use them for Ant.

svn path=/nixpkgs/trunk/; revision=17563
This commit is contained in:
Ludovic Courtès 2009-10-01 09:07:09 +00:00
parent e503c07475
commit a5945916f0
2 changed files with 7 additions and 2 deletions

View file

@ -244,10 +244,15 @@ rec {
http://ftp.x.org/pub/ # often incomplete (e.g. files missing from X.org 7.4)
];
# Apache mirrors.
# Apache mirrors (see http://www.apache.org/mirrors/).
apache = [
http://apache.cs.uu.nl/dist/
http://www.eu.apache.org/dist/
ftp://ftp.inria.fr/pub/Apache/
http://apache.cict.fr/
ftp://ftp.fu-berlin.de/unix/www/apache/
ftp://crysys.hit.bme.hu/pub/apache/dist/
http://mirror.cc.columbia.edu/pub/software/apache/
http://www.apache.org/dist/
http://archive.apache.org/dist/ # fallback for old releases
];

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation {
name = "ant-gcj-${version}";
src = fetchurl {
url = "http://mirrors.linhub.com/apache/ant/source/apache-ant-${version}-src.tar.bz2";
url = "mirror://apache/ant/source/apache-ant-${version}-src.tar.bz2";
sha256 = "19pvqvgkxgpgsqm4lvbki5sm0z84kxmykdqicvfad47gc1r9mi2d";
};