gnu: fcitx-configtool: Don't use NAME in source URI.
* gnu/packages/fcitx.scm (fcitx-configtool)[source]: Hard-code NAME.master
parent
353b4f648c
commit
2a0e50f3e6
|
@ -101,7 +101,7 @@ built-in.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.fcitx-im.org/fcitx-configtool/"
|
(uri (string-append "https://download.fcitx-im.org/fcitx-configtool/"
|
||||||
name "-" version ".tar.xz"))
|
"fcitx-configtool-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yyi9jhkwn49lx9a47k1zbvwgazv4y4z72gnqgzdpgdzfrlrgi5w"))))
|
"1yyi9jhkwn49lx9a47k1zbvwgazv4y4z72gnqgzdpgdzfrlrgi5w"))))
|
||||||
|
|
Reference in New Issue