Merge pull request #313633 from fabaff/psrpcore-darwin

python312Packages.psrpcore: marks as broken on darwin
This commit is contained in:
OTABI Tomoya
2024-05-23 21:19:10 +09:00
committed by GitHub
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
cryptography,
fetchFromGitHub,
@@ -42,5 +43,6 @@ buildPythonPackage rec {
changelog = "https://github.com/jborean93/psrpcore/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
broken = stdenv.isDarwin;
};
}