pythonPackages.python-xmp-toolkit: Disable tests on darwin
This commit is contained in:
parent
cb302ec904
commit
cc0898705c
@ -35,6 +35,9 @@ buildPythonPackage {
|
|||||||
--replace "ctypes.util.find_library('exempi')" "'${exempi}/lib/libexempi${stdenv.hostPlatform.extensions.sharedLibrary}'"
|
--replace "ctypes.util.find_library('exempi')" "'${exempi}/lib/libexempi${stdenv.hostPlatform.extensions.sharedLibrary}'"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# hangs on darwin + sandbox
|
||||||
|
doCheck = !stdenv.isDarwin;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/python-xmp-toolkit/python-xmp-toolkit";
|
homepage = "https://github.com/python-xmp-toolkit/python-xmp-toolkit";
|
||||||
description = "Python XMP Toolkit for working with metadata";
|
description = "Python XMP Toolkit for working with metadata";
|
||||||
|
Loading…
Reference in New Issue
Block a user