fcitx5-mozc: attempt to fix tests
Co-authored-by: h7x4 <h7x4@nani.wtf>
This commit is contained in:
parent
ba0f4f4fbe
commit
65648a8f16
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user