Commit 65648a8f authored by musjj's avatar musjj
Browse files

fcitx5-mozc: attempt to fix tests



Co-authored-by: default avatarh7x4 <h7x4@nani.wtf>
parent ba0f4f4f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
  };