mlkit: set dontCheckForBrokenSymlinks (#385089)

This commit is contained in:
Connor Baker
2025-03-01 14:45:34 -08:00
committed by GitHub
+4
View File
@@ -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 ====