gnu: lzlib: Don't use NAME in source URI.

* gnu/packages/compression.scm (lzlib)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-02-12 14:30:30 +01:00
parent 11b1c71d2e
commit 76b2f08468
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1663,8 +1663,8 @@ Clzip is intended to be fully compatible with the regular lzip package.")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://savannah/lzip/"
name "/" name "-" version ".tar.gz"))
(uri (string-append "mirror://savannah/lzip/lzlib/"
"lzlib-" version ".tar.gz"))
(sha256
(base32 "0hqhnj2lzqacdbmmnpy91lsm1rd9zlngs1q6s9pyahsv1a0bfshx"))))
(build-system gnu-build-system)