mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
download: Add Debian mirrors.
* guix/download.scm (%mirrors)[debian]: New set of mirrors.
This commit is contained in:
parent
de73a8781e
commit
e0029b745a
1 changed files with 5 additions and 1 deletions
|
@ -157,7 +157,11 @@ (define %mirrors
|
|||
"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."
|
||||
|
|
Loading…
Reference in a new issue