mlkit: set dontCheckForBrokenSymlinks
This commit is contained in:
@@ -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 ====
|
||||
|
||||
Reference in New Issue
Block a user