diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-08 13:41:42 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-08 14:13:42 +0100 |
commit | 2a0e50f3e6e5fab256d7f8fe646f21c3c01da2db (patch) | |
tree | 747fcfd6ba2ecd61014e33992f1bd0cd3cd8482d /gnu/packages/fcitx.scm | |
parent | 353b4f648c4082a329134b3e8f769c6d169a7c45 (diff) | |
download | patches-2a0e50f3e6e5fab256d7f8fe646f21c3c01da2db.tar 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.scm | 2 |
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")))) |