mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: sdl2: Add fcitx input.
* gnu/packages/sdl.scm (sdl2)[inputs]: Add fcitx.
This commit is contained in:
parent
e0101b54b7
commit
543bd0eede
1 changed files with 2 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue