mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -1637,8 +1637,8 @@ (define-public clzip
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://savannah/lzip/"
|
||||
name "/" name "-" version ".tar.gz"))
|
||||
(uri (string-append "mirror://savannah/lzip/clzip/"
|
||||
"clzip-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "03xcmhl3dya4jrwmsqh09ikimpb36fr3vkh2bwfzz1sbcns0cdg3"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue