Skip to content

Commit 160f20b

Browse files
authored
mlkit: set dontCheckForBrokenSymlinks (#385089)
2 parents 3fcc133 + f90fbe9 commit 160f20b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/by-name/ml/mlkit/package.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ stdenv.mkDerivation rec {
1717

1818
doCheck = true;
1919

20+
# MLKit intentionally has some of these in its test suite.
21+
# Since the test suite is available in `$out/share/mlkit/test`, we must disable this check.
22+
dontCheckForBrokenSymlinks = true;
23+
2024
checkPhase = ''
2125
runHook preCheck
2226
echo ==== Running MLKit test suite: test ====

0 commit comments

Comments
 (0)