gnu: lzlib: Don't use NAME in source URI.
* gnu/packages/compression.scm (lzlib)[source]: Hard-code NAME.
This commit is contained in:
parent
11b1c71d2e
commit
76b2f08468
|
@ -1663,8 +1663,8 @@ Clzip 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/lzlib/"
|
||||||
name "/" name "-" version ".tar.gz"))
|
"lzlib-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0hqhnj2lzqacdbmmnpy91lsm1rd9zlngs1q6s9pyahsv1a0bfshx"))))
|
(base32 "0hqhnj2lzqacdbmmnpy91lsm1rd9zlngs1q6s9pyahsv1a0bfshx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in New Issue