gnu: lxqt-build-tools: Don't use NAME in source URI.

* gnu/packages/lxqt.scm (lxqt-build-tools)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-25 01:14:16 +01:00
parent ad0b91bde0
commit 769921fef2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -128,8 +128,9 @@ (define-public lxqt-build-tools
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(uri (string-append "https://github.com/lxqt/lxqt-build-tools/releases"
"/download/" version
"/lxqt-build-tools-" version ".tar.xz"))
(sha256
(base32 "13b5x26p6ycnwzlgg1cgvlc88wjrjmlb3snrrmzh0xgh9h6hhvd6"))))
(build-system cmake-build-system)