python311Packages.persim: unbreak on Darwin

This commit is contained in:
Malo Bourgon 2024-06-05 10:43:28 -07:00
parent 88ab4caf14
commit 6aa3b3ed45

View File

@ -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;
};
}