home/fcitx5: use qt6 version
This commit is contained in:
parent
006a6a1433
commit
e945e2bbe8
1 changed files with 6 additions and 0 deletions
|
@ -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 [
|
sway-unwrapped = addPatches prev.sway-unwrapped [
|
||||||
# text_input: Implement input-method popups
|
# text_input: Implement input-method popups
|
||||||
# https://github.com/swaywm/sway/pull/7226
|
# https://github.com/swaywm/sway/pull/7226
|
||||||
|
|
Loading…
Reference in a new issue