1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-25 02:21:49 +02:00

gnu: sdl2: Add fcitx input.

* gnu/packages/sdl.scm (sdl2)[inputs]: Add fcitx.
This commit is contained in:
David Thompson
2017-01-05 11:27:10 -05:00
parent e0101b54b7
commit 543bd0eede
+2
View File
@@ -29,6 +29,7 @@
#:use-module (guix build-system gnu)
#:use-module (guix build-system trivial)
#:use-module (gnu packages audio)
#:use-module (gnu packages fcitx)
#:use-module (gnu packages fontutils)
#:use-module (gnu packages glib)
#:use-module (gnu packages guile)
@@ -105,6 +106,7 @@ joystick, and graphics hardware.")
;;
;; For more information, see: https://dev.solus-project.com/T1721
(append `(("dbus" ,dbus)
("fcitx" ,fcitx) ; helps with CJK input
("glib" ,glib)
("ibus" ,ibus))
(package-inputs sdl)))