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:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user