pythonPackages.python-xmp-toolkit: Disable tests on darwin

This commit is contained in:
Sandro Jäckel 2021-02-07 20:49:30 +01:00
parent cb302ec904
commit cc0898705c
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -35,6 +35,9 @@ buildPythonPackage {
--replace "ctypes.util.find_library('exempi')" "'${exempi}/lib/libexempi${stdenv.hostPlatform.extensions.sharedLibrary}'"
'';
# hangs on darwin + sandbox
doCheck = !stdenv.isDarwin;
meta = with lib; {
homepage = "https://github.com/python-xmp-toolkit/python-xmp-toolkit";
description = "Python XMP Toolkit for working with metadata";