me
/
guix
Archived
1
0
Fork 0

download: Add mirrors for Qt.

* guix/download.scm (%mirrors): Augment with qt mirrors.

Series-changes: 2
- Move authoritative mirror last, as it's too slow.
master
Maxim Cournoyer 2023-08-09 13:59:14 -04:00
parent 0c4fb8f43f
commit 91c8bd01f8
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 9 additions and 1 deletions

View File

@ -358,7 +358,15 @@
"https://mirror.esc7.net/pub/OpenBSD/") "https://mirror.esc7.net/pub/OpenBSD/")
(mate (mate
"https://pub.mate-desktop.org/releases/" "https://pub.mate-desktop.org/releases/"
"http://pub.mate-desktop.org/releases/")))) "http://pub.mate-desktop.org/releases/")
(qt
"https://mirrors.ocf.berkeley.edu/qt/official_releases/"
"https://ftp.jaist.ac.jp/pub/qtproject/official_releases/"
"https://ftp.nluug.nl/languages/qt/official_releases/"
"https://mirrors.cloud.tencent.com/qt/official_releases/"
"https://mirrors.sjtug.sjtu.edu.cn/qt/official_releases/"
"https://qtproject.mirror.liquidtelecom.com/official_releases/"
"https://download.qt.io/official_releases/")))) ;slow
(define %mirror-file (define %mirror-file
;; Copy of the list of mirrors to a file. This allows us to keep a single ;; Copy of the list of mirrors to a file. This allows us to keep a single