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

* gnu/packages/lxqt.scm (libqtxdg)[source]: Hard-code NAME.
This commit is contained in:
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

View file

@ -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)