Commit 710b4eab authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.psrpcore: marks as broken on darwin

parent e4216e02
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
{
  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;
  };
}