[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: fcitx-configtool: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
03/04: gnu: fcitx-configtool: Don't use NAME in source URI. |
Date: |
Fri, 8 Nov 2019 08:15:18 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 2a0e50f3e6e5fab256d7f8fe646f21c3c01da2db
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Nov 8 13:41:42 2019 +0100
gnu: fcitx-configtool: Don't use NAME in source URI.
* gnu/packages/fcitx.scm (fcitx-configtool)[source]: Hard-code NAME.
---
gnu/packages/fcitx.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/fcitx.scm b/gnu/packages/fcitx.scm
index c89584f..e699d7d 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"))))