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
@@ -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;
};
}