gnu: lunzip: Don't use NAME in source URI.

* gnu/packages/compression.scm (lunzip)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-02-12 14:13:12 +01:00
parent ff0e1eed32
commit a28cd47702
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1610,8 +1610,8 @@ of archives.")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://savannah/lzip/"
name "/" name "-" version ".tar.gz"))
(uri (string-append "mirror://savannah/lzip/lunzip/"
"lunzip-" version ".tar.gz"))
(sha256
(base32 "1iw59br6nsxs7l1p875h8w3vxwr04xfhg5zyal64crvamhxkj5kl"))))
(build-system gnu-build-system)