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

* gnu/packages/fcitx.scm (fcitx)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-08 13:41:30 +01:00
parent 6ba61f00bc
commit 6b3017e199
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com> ;;; 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. ;;; This file is part of GNU Guix.
;;; ;;;
@ -40,7 +40,7 @@ (define-public fcitx
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://download.fcitx-im.org/fcitx/" (uri (string-append "http://download.fcitx-im.org/fcitx/"
name "-" version "_dict.tar.xz")) "fcitx-" version "_dict.tar.xz"))
(sha256 (sha256
(base32 (base32
"0hyrh3v82a32ylnlvzrp6cmq56x4p1a42q5xc6njmmj2msxm34x5")))) "0hyrh3v82a32ylnlvzrp6cmq56x4p1a42q5xc6njmmj2msxm34x5"))))