fcitx5-mozc: attempt to fix tests

Co-authored-by: h7x4 <h7x4@nani.wtf>
This commit is contained in:
musjj 2024-10-26 18:43:01 +07:00
parent ba0f4f4fbe
commit 65648a8f16

View File

@ -9,6 +9,7 @@
nixosTests,
pkg-config,
python3,
stdenv,
unzip,
}:
@ -122,7 +123,7 @@ buildBazelPackage {
'';
};
passthru.tests = {
passthru.tests = lib.optionalAttrs stdenv.hostPlatform.isLinux {
inherit (nixosTests) fcitx5;
};