mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-25 03:30:30 +02:00
gnu: lunzip: Don't use NAME in source URI.
* gnu/packages/compression.scm (lunzip)[source]: Hard-code NAME.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user