im-engines: use recurseIntoAttrs

This commit is contained in:
Eric Sagnes 2016-03-20 14:53:32 +09:00
parent e3aa3c6abb
commit b27593276c

View File

@ -1194,7 +1194,7 @@ let
ibus-qt = callPackage ../tools/inputmethods/ibus/ibus-qt.nix { };
ibus-engines = {
ibus-engines = recurseIntoAttrs {
anthy = callPackage ../tools/inputmethods/ibus-engines/ibus-anthy {
inherit (python3Packages) pygobject3;
@ -1557,7 +1557,7 @@ let
fcitx = callPackage ../tools/inputmethods/fcitx { };
fcitx-engines = {
fcitx-engines = recurseIntoAttrs {
anthy = callPackage ../tools/inputmethods/fcitx-engines/fcitx-anthy { };