diff options
| author | Ludovic Courtès | 2015-02-26 22:37:12 +0100 |
|---|---|---|
| committer | Ludovic Courtès | 2015-02-26 22:37:12 +0100 |
| commit | 93be4e8e6c6b82a5825b56cce991563bf19aaaf2 (patch) | |
| tree | 2b48c1c88f046ee6e1d59636d1f6e8fbbd1660c2 /guix/download.scm | |
| parent | a068dba78bde9c83a69c755df1131c286d065850 (diff) | |
| parent | e1509174957bd9eba777bec86ea290fb44a4bce3 (diff) | |
Merge branch 'master' into core-updates
Diffstat (limited to 'guix/download.scm')
| -rw-r--r-- | guix/download.scm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/guix/download.scm b/guix/download.scm index 9a1897525..d87d02e2a 100644 --- a/guix/download.scm +++ b/guix/download.scm @@ -164,6 +164,16 @@ "ftp://ftp.nara.wide.ad.jp/pub/CPAN/" "http://mirrors.163.com/cpan/" "ftp://cpan.mirror.ac.za/") + (cran + ;; Arbitrary mirrors from http://cran.r-project.org/mirrors.html + ;; This one automatically redirects to servers worldwide + "http://cran.rstudio.com/" + "http://cran.univ-lyon1.fr/" + "http://cran.r-mirror.de/" + "http://cran.ism.ac.jp/" + "http://cran.stat.auckland.ac.nz/" + "http://cran.mirror.ac.za/" + "http://cran.csie.ntu.edu.tw/") (imagemagick ;; from http://www.imagemagick.org/script/download.php ;; (without mirrors that are unavailable or not up to date) |