{fcitx5-mozc,fcitx5-mozc-ut}: move to by-name

This commit is contained in:
musjj 2024-10-08 21:54:51 +07:00
parent 8aea7153f3
commit 936e9a7d54
3 changed files with 8 additions and 4 deletions

View File

@ -0,0 +1,8 @@
{
fcitx5-mozc,
mozc-ut,
}:
fcitx5-mozc.override {
mozc = mozc-ut;
}

View File

@ -7474,10 +7474,6 @@ with pkgs;
fcitx5-bamboo = callPackage ../tools/inputmethods/fcitx5/fcitx5-bamboo.nix { };
fcitx5-mozc = callPackage ../tools/inputmethods/fcitx5/fcitx5-mozc.nix { };
fcitx5-mozc-ut = fcitx5-mozc.override { mozc = mozc-ut; };
fcitx5-skk = qt6Packages.callPackage ../tools/inputmethods/fcitx5/fcitx5-skk.nix { };
fcitx5-anthy = callPackage ../tools/inputmethods/fcitx5/fcitx5-anthy.nix { };