diff options
author | David Thompson <davet@gnu.org> | 2017-01-05 11:27:10 -0500 |
---|---|---|
committer | David Thompson <davet@gnu.org> | 2017-01-05 11:27:10 -0500 |
commit | 543bd0eede88f175427836b31dc81263d5306358 (patch) | |
tree | 608171907e5d3fd9fd938d0edb461add316364d0 /gnu/packages/sdl.scm | |
parent | e0101b54b72e9a7f181c27654369cd96ddba5759 (diff) | |
download | guix-543bd0eede88f175427836b31dc81263d5306358.tar guix-543bd0eede88f175427836b31dc81263d5306358.tar.gz |
gnu: sdl2: Add fcitx input.
* gnu/packages/sdl.scm (sdl2)[inputs]: Add fcitx.
Diffstat (limited to 'gnu/packages/sdl.scm')
-rw-r--r-- | gnu/packages/sdl.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm index d9dbdca555..cb0af1ceed 100644 --- a/gnu/packages/sdl.scm +++ b/gnu/packages/sdl.scm @@ -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))) |