guix-patches
[Top][All Lists]
Advanced

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

[bug#65230] [PATCH 02/13] download: Add mirrors for Qt.


From: Maxim Cournoyer
Subject: [bug#65230] [PATCH 02/13] download: Add mirrors for Qt.
Date: Fri, 11 Aug 2023 14:44:49 -0400

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

 guix/download.scm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/guix/download.scm b/guix/download.scm
index 30d7c5a86e..d5da866179 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -358,7 +358,15 @@ (define %mirrors
        "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://download.qt.io/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://mirrors.ocf.berkeley.edu/qt/official_releases/";))))
 
 (define %mirror-file
   ;; Copy of the list of mirrors to a file.  This allows us to keep a single
-- 
2.41.0






reply via email to

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