gnu: fcitx-configtool: Don't use NAME in source URI.

* gnu/packages/fcitx.scm (fcitx-configtool)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-08 13:41:42 +01:00
parent 353b4f648c
commit 2a0e50f3e6
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -101,7 +101,7 @@ (define-public fcitx-configtool
(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"))))