Merge pull request #245920 from linsui/fcitx5qt

fcitx5-qt: fix gui plugin
This commit is contained in:
Nick Cao 2023-07-29 02:50:29 -06:00 committed by GitHub
commit 1cb23b0572
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,8 @@ mkDerivation rec {
libXdmcp
];
qtWrapperArgs = [ "--prefix" "FCITX_ADDON_DIRS" ":" "${placeholder "out"}/lib/fcitx5" ];
meta = with lib; {
description = "Fcitx5 Qt Library";
homepage = "https://github.com/fcitx/fcitx5-qt";