guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: sdl2: Add fcitx input.


From: David Thompson
Subject: 01/01: gnu: sdl2: Add fcitx input.
Date: Thu, 5 Jan 2017 16:31:06 +0000 (UTC)

davexunit pushed a commit to branch master
in repository guix.

commit 543bd0eede88f175427836b31dc81263d5306358
Author: David Thompson <address@hidden>
Date:   Thu Jan 5 11:27:10 2017 -0500

    gnu: sdl2: Add fcitx input.
    
    * gnu/packages/sdl.scm (sdl2)[inputs]: Add fcitx.
---
 gnu/packages/sdl.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index d9dbdca..cb0af1c 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]