fcitx5-with-addons: include both fcitx5-qt5 and fcitx5-qt6
This commit is contained in:
parent
6479f63ecb
commit
dfbc49a58a
2 changed files with 5 additions and 3 deletions
|
@ -4,7 +4,8 @@
|
|||
, fcitx5
|
||||
, withConfigtool ? true
|
||||
, fcitx5-configtool
|
||||
, fcitx5-qt
|
||||
, libsForQt5
|
||||
, qt6Packages
|
||||
, fcitx5-gtk
|
||||
, addons ? [ ]
|
||||
}:
|
||||
|
@ -14,7 +15,8 @@ symlinkJoin {
|
|||
|
||||
paths = [
|
||||
fcitx5
|
||||
fcitx5-qt
|
||||
libsForQt5.fcitx5-qt
|
||||
qt6Packages.fcitx5-qt
|
||||
fcitx5-gtk
|
||||
] ++ lib.optionals withConfigtool [
|
||||
fcitx5-configtool
|
||||
|
|
|
@ -8044,7 +8044,7 @@ with pkgs;
|
|||
|
||||
fcitx5 = libsForQt5.callPackage ../tools/inputmethods/fcitx5 { };
|
||||
|
||||
fcitx5-with-addons = libsForQt5.callPackage ../tools/inputmethods/fcitx5/with-addons.nix { };
|
||||
fcitx5-with-addons = callPackage ../tools/inputmethods/fcitx5/with-addons.nix { };
|
||||
|
||||
fcitx5-bamboo = callPackage ../tools/inputmethods/fcitx5/fcitx5-bamboo.nix { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue