From: Tobias Geerinckx-Rice Date: Mon, 25 Feb 2019 00:14:34 +0000 (+0100) Subject: gnu: libqtxdg: Don't use NAME in source URI. X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/commitdiff_plain/63b9834d810a272797a85c2bcbefd95c6b9125e1 gnu: libqtxdg: Don't use NAME in source URI. * gnu/packages/lxqt.scm (libqtxdg)[source]: Hard-code NAME. --- 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)