guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/72: download: Add mirrors for Qt.


From: guix-commits
Subject: 02/72: download: Add mirrors for Qt.
Date: Tue, 15 Aug 2023 20:42:20 -0400 (EDT)

apteryx pushed a commit to branch qt-updates
in repository guix.

commit 78c1cc15d8c345a43a016eab4b816c0408340450
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Aug 9 13:59:14 2023 -0400

    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.
---
 guix/download.scm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/guix/download.scm b/guix/download.scm
index 30d7c5a86e..ce6ebd0df8 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -358,7 +358,15 @@
        "https://mirror.esc7.net/pub/OpenBSD/";)
       (mate
        "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
   ;; Copy of the list of mirrors to a file.  This allows us to keep a single



reply via email to

[Prev in Thread] Current Thread [Next in Thread]