mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
chromaprint: disable tests on Darwin
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user