fcitx5-qt: fix gui plugin
This commit is contained in:
parent
07c3d83ada
commit
e92760602e
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ mkDerivation rec {
|
||||||
libXdmcp
|
libXdmcp
|
||||||
];
|
];
|
||||||
|
|
||||||
|
qtWrapperArgs = [ "--prefix" "FCITX_ADDON_DIRS" ":" "${placeholder "out"}/lib/fcitx5" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Fcitx5 Qt Library";
|
description = "Fcitx5 Qt Library";
|
||||||
homepage = "https://github.com/fcitx/fcitx5-qt";
|
homepage = "https://github.com/fcitx/fcitx5-qt";
|
||||||
|
|
Loading…
Reference in a new issue