Merge pull request #95290 from Atemu/mlterm-ime

mlterm: enable IME support
This commit is contained in:
Gabriel Ebner 2020-08-22 10:53:12 +02:00 committed by GitHub
commit cf3954647e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
, harfbuzz #substituting glyphs with opentype fonts
, fribidi, m17n_lib #bidi and encoding
, openssl, libssh2 #build-in ssh
, fcitx, ibus, uim #IME
}:
stdenv.mkDerivation rec {
@ -18,6 +19,7 @@ stdenv.mkDerivation rec {
buildInputs = [
libX11 gdk-pixbuf.dev cairo libXft gtk3 vte
harfbuzz fribidi m17n_lib openssl libssh2
fcitx ibus uim
];
#bad configure.ac and Makefile.in everywhere