Merge pull request #245920 from linsui/fcitx5qt

fcitx5-qt: fix gui plugin

authored by

Nick Cao and committed by
GitHub
1cb23b05 b1a344f8

+2
+2
pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix
··· 48 libXdmcp 49 ]; 50 51 meta = with lib; { 52 description = "Fcitx5 Qt Library"; 53 homepage = "https://github.com/fcitx/fcitx5-qt";
··· 48 libXdmcp 49 ]; 50 51 + qtWrapperArgs = [ "--prefix" "FCITX_ADDON_DIRS" ":" "${placeholder "out"}/lib/fcitx5" ]; 52 + 53 meta = with lib; { 54 description = "Fcitx5 Qt Library"; 55 homepage = "https://github.com/fcitx/fcitx5-qt";