mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
More Apache mirrors; use them for Ant.
svn path=/nixpkgs/trunk/; revision=17563
This commit is contained in:
parent
e503c07475
commit
a5945916f0
|
@ -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
|
||||
];
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue