ibus-table-others: import ibus-table properly

+3 -1
+3 -1
pkgs/top-level/all-packages.nix
··· 1192 1193 table = callPackage ../tools/inputmethods/ibus-engines/ibus-table { }; 1194 1195 - table-others = callPackage ../tools/inputmethods/ibus-engines/ibus-table-others { }; 1196 1197 }; 1198
··· 1192 1193 table = callPackage ../tools/inputmethods/ibus-engines/ibus-table { }; 1194 1195 + table-others = callPackage ../tools/inputmethods/ibus-engines/ibus-table-others { 1196 + ibus-table = ibus-engines.table; 1197 + }; 1198 1199 }; 1200