Loading pkgs/by-name/ml/mlkit/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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 ==== Loading Loading
pkgs/by-name/ml/mlkit/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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 ==== Loading