diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-25 01:14:34 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-25 02:10:55 +0100 |
commit | 63b9834d810a272797a85c2bcbefd95c6b9125e1 (patch) | |
tree | 1051cf15fff736d49385092dea073ffbf4214a19 /gnu/packages/lxqt.scm | |
parent | 769921fef266323331ecb0b13d8c3a24ba0f4004 (diff) | |
download | patches-63b9834d810a272797a85c2bcbefd95c6b9125e1.tar patches-63b9834d810a272797a85c2bcbefd95c6b9125e1.tar.gz |
gnu: libqtxdg: Don't use NAME in source URI.
* gnu/packages/lxqt.scm (libqtxdg)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/lxqt.scm')
-rw-r--r-- | gnu/packages/lxqt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index 978e59f203..9813005a34 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -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) |