gnu: lxpanel: Don't use NAME in source URI.
* gnu/packages/lxde.scm (lxpanel)[source]: Hard-code NAME.
This commit is contained in:
parent
46b02378f0
commit
4f3e8733f9
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ in LXDE.")
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://downloads.sourceforge.net/lxde/"
|
(uri (string-append "https://downloads.sourceforge.net/lxde/"
|
||||||
name "-" version ".tar.xz"))
|
"lxpanel-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zis3b815p375s6mymhf5sn1a0c1xv0ixxzb0mh3fqhrby6cqy26"))))
|
(base32 "0zis3b815p375s6mymhf5sn1a0c1xv0ixxzb0mh3fqhrby6cqy26"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Reference in a new issue