mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -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
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
(uri (string-append "https://github.com/lxqt/lxqt-globalkeys/"
|
||||||
version "/" name "-" version ".tar.xz"))
|
"releases/download/" version "/"
|
||||||
|
"lxqt-globalkeys-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0m6svwy20bfy9d21g5l0qzjndph3rd8zqagmqgdjzjhh3lxwrsrk"))))
|
(base32 "0m6svwy20bfy9d21g5l0qzjndph3rd8zqagmqgdjzjhh3lxwrsrk"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
|
Loading…
Reference in a new issue