mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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-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