gnu: libqtxdg: Don't use NAME in source URI.

* gnu/packages/lxqt.scm (libqtxdg)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-02-25 01:14:34 +01:00
parent 769921fef2
commit 63b9834d81
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -162,8 +162,8 @@ itself as well as other components maintained by the LXQt project.")
(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)