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

* gnu/packages/enlightenment.scm (enlightenment)[source]: Hard-code
NAME.
master
Efraim Flashner 2019-08-28 11:11:21 +03:00
parent 2f57fa10f4
commit 3ecbda71aa
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ Libraries with some extra bells and whistles.")
(method url-fetch)
(uri
(string-append "https://download.enlightenment.org/rel/apps/"
name "/" name "-" version ".tar.xz"))
"enlightenment/enlightenment-" version ".tar.xz"))
(sha256
(base32
"0ygy891rrw5c7lhk539nhif77j88phvz2h0fhx172iaridy9kx2r"))