gnu: lunzip: Don't use NAME in source URI.
* gnu/packages/compression.scm (lunzip)[source]: Hard-code NAME.
This commit is contained in:
parent
ff0e1eed32
commit
a28cd47702
|
@ -1610,8 +1610,8 @@ of archives.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://savannah/lzip/"
|
(uri (string-append "mirror://savannah/lzip/lunzip/"
|
||||||
name "/" name "-" version ".tar.gz"))
|
"lunzip-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1iw59br6nsxs7l1p875h8w3vxwr04xfhg5zyal64crvamhxkj5kl"))))
|
(base32 "1iw59br6nsxs7l1p875h8w3vxwr04xfhg5zyal64crvamhxkj5kl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in New Issue