ibus: group engines
This commit is contained in:
parent
295d670024
commit
3c9892d4d4
@ -1170,19 +1170,23 @@ let
|
|||||||
|
|
||||||
m17n_lib = callPackage ../tools/inputmethods/m17n-lib { };
|
m17n_lib = callPackage ../tools/inputmethods/m17n-lib { };
|
||||||
|
|
||||||
mozc = callPackage ../tools/inputmethods/mozc {
|
ibus = callPackage ../tools/inputmethods/ibus { };
|
||||||
|
|
||||||
|
ibus-qt = callPackage ../tools/inputmethods/ibus/ibus-qt.nix { };
|
||||||
|
|
||||||
|
ibus-engines = {
|
||||||
|
|
||||||
|
anthy = callPackage ../tools/inputmethods/ibus-engines/ibus-anthy { };
|
||||||
|
|
||||||
|
mozc = callPackage ../tools/inputmethods/ibus-engines/mozc {
|
||||||
inherit (pythonPackages) gyp;
|
inherit (pythonPackages) gyp;
|
||||||
};
|
};
|
||||||
|
|
||||||
ibus = callPackage ../tools/inputmethods/ibus { };
|
table = callPackage ../tools/inputmethods/ibus-engines/ibus-table { };
|
||||||
|
|
||||||
ibus-qt = callPackage ../tools/inputmethods/ibus-qt { };
|
table-others = callPackage ../tools/inputmethods/ibus-engines/ibus-table-others { };
|
||||||
|
|
||||||
ibus-anthy = callPackage ../tools/inputmethods/ibus-anthy { };
|
};
|
||||||
|
|
||||||
ibus-table = callPackage ../tools/inputmethods/ibus-table { };
|
|
||||||
|
|
||||||
ibus-table-others = callPackage ../tools/inputmethods/ibus-table-others { };
|
|
||||||
|
|
||||||
brotli = callPackage ../tools/compression/brotli { };
|
brotli = callPackage ../tools/compression/brotli { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user