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:
parent
ad0b91bde0
commit
769921fef2
|
@ -128,8 +128,9 @@ to statistics about the system on which it's run.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
(uri (string-append "https://github.com/lxqt/lxqt-build-tools/releases"
|
||||||
version "/" name "-" version ".tar.xz"))
|
"/download/" version
|
||||||
|
"/lxqt-build-tools-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13b5x26p6ycnwzlgg1cgvlc88wjrjmlb3snrrmzh0xgh9h6hhvd6"))))
|
(base32 "13b5x26p6ycnwzlgg1cgvlc88wjrjmlb3snrrmzh0xgh9h6hhvd6"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
|
Loading…
Reference in New Issue