me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/fcitx.scm (fcitx-configtool)[source]: Hard-code NAME.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))