mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
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-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 New Issue
Block a user