mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
python311Packages.pyhanko: Unmark broken on darwin (#355177)
This commit is contained in:
commit
d8ddabfaab
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user