Unverified Commit dfbc49a5 authored by Nick Cao's avatar Nick Cao
Browse files

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

parent 6479f63e
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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 { };