me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/lxde.scm (lxpanel)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2020-05-25 19:45:00 +02:00
parent 46b02378f0
commit 4f3e8733f9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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)