We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fcc133 + f90fbe9 commit 160f20bCopy full SHA for 160f20b
pkgs/by-name/ml/mlkit/package.nix
@@ -17,6 +17,10 @@ stdenv.mkDerivation rec {
17
18
doCheck = true;
19
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
+
24
checkPhase = ''
25
runHook preCheck
26
echo ==== Running MLKit test suite: test ====
0 commit comments