summaryrefslogtreecommitdiff
path: root/gnu/packages/fcitx.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-08 13:41:30 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-08 14:13:41 +0100
commit6b3017e1996238e61d2ba1f878eee244cfb9ba0a (patch)
treee151871de818d8005f1aad34c57e44366493ba3b /gnu/packages/fcitx.scm
parent6ba61f00bcc7995b03ec0d158ae9cf7101871bb3 (diff)
downloadguix-patches-6b3017e1996238e61d2ba1f878eee244cfb9ba0a.tar
guix-patches-6b3017e1996238e61d2ba1f878eee244cfb9ba0a.tar.gz
gnu: fcitx: Don't use NAME in source URI.
* gnu/packages/fcitx.scm (fcitx)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/fcitx.scm')
-rw-r--r--gnu/packages/fcitx.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fcitx.scm b/gnu/packages/fcitx.scm
index b05d9b7146..1e756184e8 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 <iyzsong@gmail.com>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; 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"))))