1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-03 05:23:32 +02:00

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

View File

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