gnu: lxqt-globalkeys: Don't use NAME in source URI.

* gnu/packages/lxqt.scm (lxqt-globalkeys)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-03 03:47:27 +01:00
parent bd67162479
commit 7bed07fc0b
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -421,8 +421,9 @@ (define-public lxqt-globalkeys
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(uri (string-append "https://github.com/lxqt/lxqt-globalkeys/"
"releases/download/" version "/"
"lxqt-globalkeys-" version ".tar.xz"))
(sha256
(base32 "0m6svwy20bfy9d21g5l0qzjndph3rd8zqagmqgdjzjhh3lxwrsrk"))))
(build-system cmake-build-system)