fcitx5: add `fcitx5-config-qt` to test stub

This commit is contained in:
Robert Helgesson 2023-08-16 22:41:11 +02:00
parent 1ccd0c935c
commit aa59f91746
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 3 additions and 1 deletions

View File

@ -6,9 +6,11 @@
buildScript = ''
mkdir -p $out/bin $out/share/applications $out/etc/xdg/autostart
touch $out/bin/fcitx5 \
$out/bin/fcitx5-config-qt \
$out/share/applications/org.fcitx.Fcitx5.desktop \
$out/etc/xdg/autostart/org.fcitx.Fcitx5.desktop
chmod +x $out/bin/fcitx5
chmod +x $out/bin/fcitx5 \
$out/bin/fcitx5-config-qt
'';
};
fcitx5-configtool = { outPath = null; };