Merge pull request #14070 from ericsagnes/fix/im-engines
im-engines: use recurseIntoAttrs
This commit is contained in:
commit
ffae496db6
|
@ -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…
Reference in New Issue