gnu: lxpanel: Don't use NAME in source URI.
* gnu/packages/lxde.scm (lxpanel)[source]: Hard-code NAME.master
parent
46b02378f0
commit
4f3e8733f9
|
@ -577,7 +577,7 @@ in LXDE.")
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://downloads.sourceforge.net/lxde/"
|
||||
name "-" version ".tar.xz"))
|
||||
"lxpanel-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0zis3b815p375s6mymhf5sn1a0c1xv0ixxzb0mh3fqhrby6cqy26"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Reference in New Issue