gnu: clzip: Don't use NAME in source URI.
* gnu/packages/compression.scm (clzip)[source]: Hard-code NAME.
This commit is contained in:
parent
9f4f085f9b
commit
39e5d3b68d
|
@ -1637,8 +1637,8 @@ Lunzip is intended to be fully compatible with the regular lzip package.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://savannah/lzip/"
|
(uri (string-append "mirror://savannah/lzip/clzip/"
|
||||||
name "/" name "-" version ".tar.gz"))
|
"clzip-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "03xcmhl3dya4jrwmsqh09ikimpb36fr3vkh2bwfzz1sbcns0cdg3"))))
|
(base32 "03xcmhl3dya4jrwmsqh09ikimpb36fr3vkh2bwfzz1sbcns0cdg3"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in New Issue