ibus-table-others: import ibus-table properly

This commit is contained in:
Thomas Tuegel 2016-02-23 19:22:28 -06:00
parent e559c3a72a
commit bc7f99cd2f

View File

@ -1192,7 +1192,9 @@ let
table = callPackage ../tools/inputmethods/ibus-engines/ibus-table { };
table-others = callPackage ../tools/inputmethods/ibus-engines/ibus-table-others { };
table-others = callPackage ../tools/inputmethods/ibus-engines/ibus-table-others {
ibus-table = ibus-engines.table;
};
};