Merge pull request #14070 from ericsagnes/fix/im-engines
im-engines: use recurseIntoAttrs
This commit is contained in:
commit
ffae496db6
1 changed files with 2 additions and 2 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue