gnu: xz: Add alternate URL.

Fixes <http://bugs.gnu.org/21784>.

* gnu/packages/compression.scm (xz)[source]: Add alternate URL.
master
Ludovic Courtès 2015-11-01 21:49:51 +01:00
parent 7824d4450d
commit 52d76b64e0
1 changed files with 4 additions and 2 deletions

View File

@ -263,8 +263,10 @@ compressed with pbzip2 can be decompressed with bzip2).")
(version "5.0.4")
(source (origin
(method url-fetch)
(uri (string-append "http://tukaani.org/xz/xz-" version
".tar.gz"))
(uri (list (string-append "http://tukaani.org/xz/xz-" version
".tar.gz")
(string-append "http://multiprecision.org/guix/xz-"
version ".tar.gz")))
(sha256
(base32
"1dl35ca8fdss9z2d6y234gxh24ixq904xksizrjmjr5dimwhax6n"))))