summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-01-25 21:49:49 +0100
committerLudovic Courtès <ludo@gnu.org>2013-01-25 21:52:08 +0100
commit47f9db4128f59d352f6114677d383fea629f9604 (patch)
tree2eee90e5ecbd43ce2665ebacf8fb3e8c2158070d
parent59db01942b0e6a0d955358c06194cb66964f1af3 (diff)
downloadpatches-47f9db4128f59d352f6114677d383fea629f9604.tar
patches-47f9db4128f59d352f6114677d383fea629f9604.tar.gz
download: Add Apache mirrors.
* guix/download.scm (%mirrors): Add `apache'.
-rw-r--r--guix/download.scm9
1 files changed, 8 insertions, 1 deletions
diff --git a/guix/download.scm b/guix/download.scm
index 316bee97db..846c9e1e0b 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -91,7 +91,14 @@
"http://ramses.wh2.tu-dresden.de/pub/mirrors/kernel.org/"
"http://linux-kernel.uio.no/pub/"
"http://kernel.osuosl.org/pub/"
- "ftp://ftp.funet.fi/pub/mirrors/ftp.kernel.org/pub/"))))
+ "ftp://ftp.funet.fi/pub/mirrors/ftp.kernel.org/pub/")
+ (apache ; from http://www.apache.org/mirrors/dist.html
+ "http://www.eu.apache.org/dist/"
+ "http://www.us.apache.org/dist/"
+ "ftp://gd.tuwien.ac.at/pub/infosys/servers/http/apache/dist/"
+ "http://apache.belnet.be/"
+ "http://mirrors.ircam.fr/pub/apache/"
+ "http://apache-mirror.rbc.ru/pub/apache/"))))
(define (gnutls-derivation store system)
"Return the GnuTLS derivation for SYSTEM."