Browse Source
gnu: lxpanel: Don't use NAME in source URI.
* gnu/packages/lxde.scm (lxpanel)[source]: Hard-code NAME.
wip-hurd-vm
Tobias Geerinckx-Rice
2 years ago
No known key found for this signature in database
GPG Key ID: DB0FF884F556D79
1 changed files with
1 additions and
1 deletions
-
gnu/packages/lxde.scm
|
|
@ -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) |
|
|
|