python311Packages.persim: unbreak on Darwin

This commit is contained in:
Malo Bourgon
2024-06-28 10:26:33 -07:00
parent 88ab4caf14
commit 6aa3b3ed45
@@ -1,5 +1,4 @@
{
stdenv,
lib,
buildPythonPackage,
fetchPypi,
@@ -70,6 +69,5 @@ buildPythonPackage rec {
changelog = "https://github.com/scikit-tda/persim/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ ];
broken = stdenv.isDarwin;
};
}