mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
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:
parent
353b4f648c
commit
2a0e50f3e6
1 changed files with 1 additions and 1 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue