diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-10-05 16:45:39 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-10-05 16:45:39 +0200 |
commit | e0029b745aee7b4f2a4bb86394a154929a8fbc7a (patch) | |
tree | fa4480019e1399ea1c63948174a2dae93f009ecc | |
parent | de73a8781e644d734b1efee84180a0738a389871 (diff) | |
download | guix-e0029b745aee7b4f2a4bb86394a154929a8fbc7a.tar guix-e0029b745aee7b4f2a4bb86394a154929a8fbc7a.tar.gz |
download: Add Debian mirrors.
* guix/download.scm (%mirrors)[debian]: New set of mirrors.
-rw-r--r-- | guix/download.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/guix/download.scm b/guix/download.scm index 8b1d15f273..03c2f8066f 100644 --- a/guix/download.scm +++ b/guix/download.scm @@ -157,7 +157,11 @@ "http://www.imagemagick.org/download" "ftp://mirror.searchdaimon.com/ImageMagick" "http://mirror.is.co.za/pub/imagemagick/" - "ftp://mirror.aarnet.edu.au/pub/imagemagick/")))) + "ftp://mirror.aarnet.edu.au/pub/imagemagick/") + (debian + "http://ftp.de.debian.org/debian/" + "http://ftp.fr.debian.org/debian/" + "http://ftp.debian.org/debian/")))) (define (gnutls-derivation store system) "Return the GnuTLS derivation for SYSTEM." |