python311Packages.ropper: unbreak on Darwin

This commit is contained in:
Malo Bourgon 2024-06-05 11:14:58 -07:00
parent 3210549dd5
commit e04e2a4c92

View File

@ -1,5 +1,4 @@
{
stdenv,
lib,
buildPythonPackage,
fetchFromGitHub,
@ -38,6 +37,5 @@ buildPythonPackage rec {
homepage = "https://scoding.de/ropper/";
license = licenses.bsd3;
maintainers = with maintainers; [ bennofs ];
broken = stdenv.isDarwin;
};
}