mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
bd67162479
commit
7bed07fc0b
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue