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
|
@ -162,8 +162,8 @@ itself as well as other components maintained by the LXQt project.")
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://github.com/lxqt/" name "/releases/download/"
|
"https://github.com/lxqt/libqtxdg/releases/download/"
|
||||||
version "/" name "-" version ".tar.xz"))
|
version "/libqtxdg-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0lq548pa69hfvnbj2ypba5ygm8n6v6g7bqqm8p5g538l1l3394cl"))))
|
(base32 "0lq548pa69hfvnbj2ypba5ygm8n6v6g7bqqm8p5g538l1l3394cl"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
|
Loading…
Reference in New Issue