gnu: libxslt: Download using mirror uri.
* gnu/packages/xml.scm (libxslt)[source]: Rewrite source uri to use download mirrors.
This commit is contained in:
parent
2599c2df83
commit
8c759ce23e
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ (define-public libxslt
|
|||
(version "1.1.37")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.gnome.org/sources"
|
||||
(uri (string-append "mirror://gnome/sources"
|
||||
"/libxslt/" (version-major+minor version)
|
||||
"/libxslt-" version ".tar.xz"))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue