mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: libxml2: Download using mirror uri.
* gnu/packages/xml.scm (libxml2)[source]: Rewrite source uri to use download mirrors.
This commit is contained in:
parent
8c759ce23e
commit
533d2b83a1
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ (define-public libxml2
|
|||
(version "2.9.14")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.gnome.org/sources/libxml2/"
|
||||
(uri (string-append "mirror://gnome/sources/libxml2/"
|
||||
(version-major+minor version)"/libxml2-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue