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

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

View File

@ -1691,8 +1691,8 @@ corrupted input.")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://savannah/lzip/"
name "/" name "-" version ".tar.gz"))
(uri (string-append "mirror://savannah/lzip/plzip/"
"plzip-" version ".tar.gz"))
(sha256
(base32 "1dzjp9r7krwpsn224bhcqbzd5aj5b4556sdi9yzl2bzbk3fjrqlm"))))
(build-system gnu-build-system)