mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
{ibus,ibus-with-plugins}: move to by-name
(cherry picked from commit 6c14796461)
This commit is contained in:
parent
322a3bf865
commit
5ca9ff267f
6 changed files with 0 additions and 4 deletions
|
|
@ -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 { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue