home/fcitx5: use qt6 version

This commit is contained in:
Guanran Wang 2024-07-31 12:51:33 +08:00
parent 006a6a1433
commit e945e2bbe8
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -21,6 +21,12 @@ in {
'';
};
# HACK: no more qt5
libsForQt5 = prev.libsForQt5.overrideScope (_qt5final: _qt5prev: {
fcitx5-with-addons = prev.qt6Packages.fcitx5-with-addons;
fcitx5-qt = prev.emptyDirectory;
});
sway-unwrapped = addPatches prev.sway-unwrapped [
# text_input: Implement input-method popups
# https://github.com/swaywm/sway/pull/7226