Merge pull request #95290 from Atemu/mlterm-ime
mlterm: enable IME support
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
, harfbuzz #substituting glyphs with opentype fonts
|
, harfbuzz #substituting glyphs with opentype fonts
|
||||||
, fribidi, m17n_lib #bidi and encoding
|
, fribidi, m17n_lib #bidi and encoding
|
||||||
, openssl, libssh2 #build-in ssh
|
, openssl, libssh2 #build-in ssh
|
||||||
|
, fcitx, ibus, uim #IME
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@@ -18,6 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
libX11 gdk-pixbuf.dev cairo libXft gtk3 vte
|
libX11 gdk-pixbuf.dev cairo libXft gtk3 vte
|
||||||
harfbuzz fribidi m17n_lib openssl libssh2
|
harfbuzz fribidi m17n_lib openssl libssh2
|
||||||
|
fcitx ibus uim
|
||||||
];
|
];
|
||||||
|
|
||||||
#bad configure.ac and Makefile.in everywhere
|
#bad configure.ac and Makefile.in everywhere
|
||||||
|
|||||||
Reference in New Issue
Block a user