python311Packages.ropper: unbreak on Darwin

This commit is contained in:
Malo Bourgon
2024-06-28 10:27:42 -07:00
parent 3210549dd5
commit e04e2a4c92
@@ -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;
};
}