fcitx5-qt: fix gui plugin

This commit is contained in:
linsui 2023-07-29 02:21:31 +08:00 committed by linsui
parent 07c3d83ada
commit e92760602e

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";