Commit dfbc49a 1 parent 6479f63 commit dfbc49a Copy full SHA for dfbc49a
File tree 2 files changed +5
-3
lines changed
tools/inputmethods/fcitx5
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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,7 +15,8 @@ symlinkJoin {
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
Original file line number Diff line number Diff line change @@ -8044,7 +8044,7 @@ with pkgs;
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
You can’t perform that action at this time.
0 commit comments