ibus-table-others: import ibus-table properly

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