python311Packages.pysendfile: unbreak on Darwin

This commit is contained in:
Malo Bourgon 2024-06-05 10:58:57 -07:00
parent e361661cdd
commit e6615377bc

View File

@ -1,6 +1,5 @@
{
lib,
stdenv,
buildPythonPackage,
fetchPypi,
pythonOlder,
@ -32,6 +31,5 @@ buildPythonPackage rec {
changelog = "https://github.com/giampaolo/pysendfile/blob/release-${version}/HISTORY.rst";
license = licenses.mit;
maintainers = with maintainers; [ ];
broken = stdenv.isDarwin;
};
}