guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 104/184: gnu: fcitx-configtool: Don't use NAME in source URI.
Date: Wed, 27 Nov 2019 14:37:09 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit 3a87c2b19a4a8a61325334b89df50727a31e017a
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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]