mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 21:57:27 +00:00
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:
commit
2bc58f776e
@ -33,5 +33,6 @@ buildPythonPackage rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ boltzmannrain ];
|
maintainers = with maintainers; [ boltzmannrain ];
|
||||||
platforms = platforms.darwin;
|
platforms = platforms.darwin;
|
||||||
|
broken = true; # last successful build 2023-12-04
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user