mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libqtxdg: Don't use NAME in source URI.
* gnu/packages/lxqt.scm (libqtxdg)[source]: Hard-code NAME.
This commit is contained in:
parent
769921fef2
commit
63b9834d81
1 changed files with 2 additions and 2 deletions
|
@ -162,8 +162,8 @@ (define-public libqtxdg
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/lxqt/" name "/releases/download/"
|
||||
version "/" name "-" version ".tar.xz"))
|
||||
"https://github.com/lxqt/libqtxdg/releases/download/"
|
||||
version "/libqtxdg-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0lq548pa69hfvnbj2ypba5ygm8n6v6g7bqqm8p5g538l1l3394cl"))))
|
||||
(build-system cmake-build-system)
|
||||
|
|
Loading…
Reference in a new issue