Skip to content

Commit dfbc49a

Browse files
committed
fcitx5-with-addons: include both fcitx5-qt5 and fcitx5-qt6
1 parent 6479f63 commit dfbc49a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

pkgs/tools/inputmethods/fcitx5/with-addons.nix

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
, fcitx5
55
, withConfigtool ? true
66
, fcitx5-configtool
7-
, fcitx5-qt
7+
, libsForQt5
8+
, qt6Packages
89
, fcitx5-gtk
910
, addons ? [ ]
1011
}:
@@ -14,7 +15,8 @@ symlinkJoin {
1415

1516
paths = [
1617
fcitx5
17-
fcitx5-qt
18+
libsForQt5.fcitx5-qt
19+
qt6Packages.fcitx5-qt
1820
fcitx5-gtk
1921
] ++ lib.optionals withConfigtool [
2022
fcitx5-configtool

pkgs/top-level/all-packages.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -8044,7 +8044,7 @@ with pkgs;
80448044

80458045
fcitx5 = libsForQt5.callPackage ../tools/inputmethods/fcitx5 { };
80468046

8047-
fcitx5-with-addons = libsForQt5.callPackage ../tools/inputmethods/fcitx5/with-addons.nix { };
8047+
fcitx5-with-addons = callPackage ../tools/inputmethods/fcitx5/with-addons.nix { };
80488048

80498049
fcitx5-bamboo = callPackage ../tools/inputmethods/fcitx5/fcitx5-bamboo.nix { };
80508050

0 commit comments

Comments
 (0)