chromaprint: disable tests on Darwin

This commit is contained in:
Doron Behar
2026-05-02 21:10:10 +03:00
parent 317f2ab6db
commit 72122e2b44

View File

@@ -63,7 +63,8 @@ stdenv.mkDerivation (finalAttrs: {
tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
};
doCheck = true;
# From some reason it dies at the end...
doCheck = !stdenv.hostPlatform.isDarwin;
checkPhase =
let
exampleAudio = fetchurl {