python311Packages.pyhanko: Unmark broken on darwin (#355177)

This commit is contained in:
Gaétan Lepage 2024-11-18 15:43:46 +01:00 committed by GitHub
commit d8ddabfaab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,8 +128,5 @@ buildPythonPackage rec {
changelog = "https://github.com/MatthiasValvekens/pyHanko/blob/v${version}/docs/changelog.rst";
license = lib.licenses.mit;
maintainers = [ ];
# Most tests fail with:
# OSError: One or more parameters passed to a function were not valid.
broken = stdenv.hostPlatform.isDarwin;
};
}