ibus-table-others: import ibus-table properly
This commit is contained in:
parent
e559c3a72a
commit
bc7f99cd2f
@ -1192,7 +1192,9 @@ let
|
|||||||
|
|
||||||
table = callPackage ../tools/inputmethods/ibus-engines/ibus-table { };
|
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;
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user