summaryrefslogtreecommitdiff
path: root/gnu/packages/fcitx.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-08 13:41:42 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-08 14:13:42 +0100
commit2a0e50f3e6e5fab256d7f8fe646f21c3c01da2db (patch)
tree747fcfd6ba2ecd61014e33992f1bd0cd3cd8482d /gnu/packages/fcitx.scm
parent353b4f648c4082a329134b3e8f769c6d169a7c45 (diff)
downloadguix-patches-2a0e50f3e6e5fab256d7f8fe646f21c3c01da2db.tar
guix-patches-2a0e50f3e6e5fab256d7f8fe646f21c3c01da2db.tar.gz
gnu: fcitx-configtool: Don't use NAME in source URI.
* gnu/packages/fcitx.scm (fcitx-configtool)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/fcitx.scm')
-rw-r--r--gnu/packages/fcitx.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/fcitx.scm b/gnu/packages/fcitx.scm
index c89584f2bc..e699d7d59d 100644
--- a/gnu/packages/fcitx.scm
+++ b/gnu/packages/fcitx.scm
@@ -101,7 +101,7 @@ built-in.")
(source (origin
(method url-fetch)
(uri (string-append "https://download.fcitx-im.org/fcitx-configtool/"
- name "-" version ".tar.xz"))
+ "fcitx-configtool-" version ".tar.xz"))
(sha256
(base32
"1yyi9jhkwn49lx9a47k1zbvwgazv4y4z72gnqgzdpgdzfrlrgi5w"))))