mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
{ibus,ibus-with-plugins}: move to by-name
(cherry picked from commit 6c14796461)
This commit is contained in:
committed by
github-actions[bot]
parent
322a3bf865
commit
5ca9ff267f
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user