guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: fcitx: Don't use NAME in source URI.


From: guix-commits
Subject: 01/04: gnu: fcitx: 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 6b3017e1996238e61d2ba1f878eee244cfb9ba0a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Nov 8 13:41:30 2019 +0100

    gnu: fcitx: Don't use NAME in source URI.
    
    * gnu/packages/fcitx.scm (fcitx)[source]: Hard-code NAME.
---
 gnu/packages/fcitx.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fcitx.scm b/gnu/packages/fcitx.scm
index b05d9b7..1e75618 100644
--- a/gnu/packages/fcitx.scm
+++ b/gnu/packages/fcitx.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Sou Bunnbu <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -40,7 +40,7 @@
     (source (origin
               (method url-fetch)
               (uri (string-append "http://download.fcitx-im.org/fcitx/";
-                                  name "-" version "_dict.tar.xz"))
+                                  "fcitx-" version "_dict.tar.xz"))
               (sha256
                (base32
                 "0hyrh3v82a32ylnlvzrp6cmq56x4p1a42q5xc6njmmj2msxm34x5"))))



reply via email to

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