{ibus,ibus-with-plugins}: move to by-name

(cherry picked from commit 6c14796461)
This commit is contained in:
Michael Daniels 2026-05-30 12:44:01 -04:00 committed by github-actions[bot]
commit 5ca9ff267f
6 changed files with 0 additions and 4 deletions

View file

@ -1955,8 +1955,6 @@ with pkgs;
skkDictionaries = recurseIntoAttrs (callPackages ../tools/inputmethods/skk/skk-dicts { });
ibus = callPackage ../tools/inputmethods/ibus { };
ibus-engines = recurseIntoAttrs {
anthy = callPackage ../tools/inputmethods/ibus-engines/ibus-anthy { };
@ -2000,8 +1998,6 @@ with pkgs;
};
};
ibus-with-plugins = callPackage ../tools/inputmethods/ibus/wrapper.nix { };
interception-tools = callPackage ../tools/inputmethods/interception-tools { };
interception-tools-plugins = recurseIntoAttrs {
caps2esc = callPackage ../tools/inputmethods/interception-tools/caps2esc.nix { };