gnu: enlightenment: Don't use NAME in source URI.
* gnu/packages/enlightenment.scm (enlightenment)[source]: Hard-code NAME.
This commit is contained in:
parent
2f57fa10f4
commit
3ecbda71aa
|
@ -278,7 +278,7 @@ Libraries with some extra bells and whistles.")
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
(string-append "https://download.enlightenment.org/rel/apps/"
|
(string-append "https://download.enlightenment.org/rel/apps/"
|
||||||
name "/" name "-" version ".tar.xz"))
|
"enlightenment/enlightenment-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ygy891rrw5c7lhk539nhif77j88phvz2h0fhx172iaridy9kx2r"))
|
"0ygy891rrw5c7lhk539nhif77j88phvz2h0fhx172iaridy9kx2r"))
|
||||||
|
|
Loading…
Reference in New Issue