Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkgs/by-name/ml/mlkit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ====
Expand Down