mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ hierarchical form with variable field lengths.")
|
||||||
(version "2.9.14")
|
(version "2.9.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(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-major+minor version)"/libxml2-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue