Merge pull request #313737 from NixOS/backport-313658-to-release-24.05

[Backport release-24.05] python311Packages.mitmproxy-macos: mark as broken
This commit is contained in:
Weijia Wang 2024-05-23 06:08:19 +02:00 committed by GitHub
commit 2bc58f776e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,5 +33,6 @@ buildPythonPackage rec {
license = licenses.mit;
maintainers = with maintainers; [ boltzmannrain ];
platforms = platforms.darwin;
broken = true; # last successful build 2023-12-04
};
}