diff --git a/pkgs/by-name/ml/mlkit/package.nix b/pkgs/by-name/ml/mlkit/package.nix index 64f69b7f42165..2239d4c1d0a1b 100644 --- a/pkgs/by-name/ml/mlkit/package.nix +++ b/pkgs/by-name/ml/mlkit/package.nix @@ -17,6 +17,10 @@ stdenv.mkDerivation rec { doCheck = true; + # MLKit intentionally has some of these in its test suite. + # Since the test suite is available in `$out/share/mlkit/test`, we must disable this check. + dontCheckForBrokenSymlinks = true; + checkPhase = '' runHook preCheck echo ==== Running MLKit test suite: test ====