mlkit: set dontCheckForBrokenSymlinks

This commit is contained in:
Troels Henriksen
2025-03-01 22:40:33 +01:00
parent 1e369f3ed1
commit f90fbe9ee4
+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 ====