fcitx5-with-addons: include both fcitx5-qt5 and fcitx5-qt6

Nick Cao dfbc49a5 6479f63e

+5 -3
+4 -2
pkgs/tools/inputmethods/fcitx5/with-addons.nix
··· 4 4 , fcitx5 5 5 , withConfigtool ? true 6 6 , fcitx5-configtool 7 - , fcitx5-qt 7 + , libsForQt5 8 + , qt6Packages 8 9 , fcitx5-gtk 9 10 , addons ? [ ] 10 11 }: ··· 14 15 15 16 paths = [ 16 17 fcitx5 17 - fcitx5-qt 18 + libsForQt5.fcitx5-qt 19 + qt6Packages.fcitx5-qt 18 20 fcitx5-gtk 19 21 ] ++ lib.optionals withConfigtool [ 20 22 fcitx5-configtool
+1 -1
pkgs/top-level/all-packages.nix
··· 8044 8044 8045 8045 fcitx5 = libsForQt5.callPackage ../tools/inputmethods/fcitx5 { }; 8046 8046 8047 - fcitx5-with-addons = libsForQt5.callPackage ../tools/inputmethods/fcitx5/with-addons.nix { }; 8047 + fcitx5-with-addons = callPackage ../tools/inputmethods/fcitx5/with-addons.nix { }; 8048 8048 8049 8049 fcitx5-bamboo = callPackage ../tools/inputmethods/fcitx5/fcitx5-bamboo.nix { }; 8050 8050