nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Gaétan Lepage and committed by
GitHub
d8ddabfa 48a8c0b2

-3
-3
pkgs/development/python-modules/pyhanko/default.nix
··· 128 128 changelog = "https://github.com/MatthiasValvekens/pyHanko/blob/v${version}/docs/changelog.rst"; 129 129 license = lib.licenses.mit; 130 130 maintainers = [ ]; 131 - # Most tests fail with: 132 - # OSError: One or more parameters passed to a function were not valid. 133 - broken = stdenv.hostPlatform.isDarwin; 134 131 }; 135 132 }