im-engines: use recurseIntoAttrs
This commit is contained in:
parent
e3aa3c6abb
commit
b27593276c
@ -1194,7 +1194,7 @@ let
|
|||||||
|
|
||||||
ibus-qt = callPackage ../tools/inputmethods/ibus/ibus-qt.nix { };
|
ibus-qt = callPackage ../tools/inputmethods/ibus/ibus-qt.nix { };
|
||||||
|
|
||||||
ibus-engines = {
|
ibus-engines = recurseIntoAttrs {
|
||||||
|
|
||||||
anthy = callPackage ../tools/inputmethods/ibus-engines/ibus-anthy {
|
anthy = callPackage ../tools/inputmethods/ibus-engines/ibus-anthy {
|
||||||
inherit (python3Packages) pygobject3;
|
inherit (python3Packages) pygobject3;
|
||||||
@ -1557,7 +1557,7 @@ let
|
|||||||
|
|
||||||
fcitx = callPackage ../tools/inputmethods/fcitx { };
|
fcitx = callPackage ../tools/inputmethods/fcitx { };
|
||||||
|
|
||||||
fcitx-engines = {
|
fcitx-engines = recurseIntoAttrs {
|
||||||
|
|
||||||
anthy = callPackage ../tools/inputmethods/fcitx-engines/fcitx-anthy { };
|
anthy = callPackage ../tools/inputmethods/fcitx-engines/fcitx-anthy { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user