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 48 libXdmcp 49 49 ]; 50 50 51 + qtWrapperArgs = [ "--prefix" "FCITX_ADDON_DIRS" ":" "${placeholder "out"}/lib/fcitx5" ]; 52 + 51 53 meta = with lib; { 52 54 description = "Fcitx5 Qt Library"; 53 55 homepage = "https://github.com/fcitx/fcitx5-qt";