mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: fcitx5: Update to 5.1.6.
* gnu/packages/fcitx5.scm (fcitx5): Update to 5.1.6. [inputs]: Add libuv. Change-Id: I77e722c8ae76272ce76bbb42e5a3a01d81dff433
This commit is contained in:
parent
c9ed353be1
commit
fbcdbb82a8
1 changed files with 3 additions and 2 deletions
|
@ -88,7 +88,7 @@ (define-public xcb-imdkit
|
||||||
(define-public fcitx5
|
(define-public fcitx5
|
||||||
(package
|
(package
|
||||||
(name "fcitx5")
|
(name "fcitx5")
|
||||||
(version "5.1.5")
|
(version "5.1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -96,7 +96,7 @@ (define-public fcitx5
|
||||||
"https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-"
|
"https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-"
|
||||||
version "_dict.tar.xz"))
|
version "_dict.tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "108a8561wh01vl5gqp2rnmnrh9qq3v8md3410dw46lx705a1wy4r"))))
|
(base32 "1p2yhm26nn36bjbjy8hc33ldcb8762k28853ksaq8z80959xx8lj"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags #~(list "-DUSE_SYSTEMD=OFF")))
|
(list #:configure-flags #~(list "-DUSE_SYSTEMD=OFF")))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
@ -114,6 +114,7 @@ (define-public fcitx5
|
||||||
("json-c" ,json-c)
|
("json-c" ,json-c)
|
||||||
("libevent" ,libevent)
|
("libevent" ,libevent)
|
||||||
("libuuid" ,util-linux "lib")
|
("libuuid" ,util-linux "lib")
|
||||||
|
("libuv" ,libuv)
|
||||||
("libxcb" ,libxcb)
|
("libxcb" ,libxcb)
|
||||||
("libxkbcommon" ,libxkbcommon)
|
("libxkbcommon" ,libxkbcommon)
|
||||||
("libxkbfile" ,libxkbfile)
|
("libxkbfile" ,libxkbfile)
|
||||||
|
|
Loading…
Reference in a new issue