python310Packages.servefile: mark not broken on darwin

This commit is contained in:
Stanisław Pitucha 2022-09-18 14:44:45 +10:00 committed by Stanisław Pitucha
parent a30eeb16a0
commit f9f2a33121

View file

@ -36,7 +36,6 @@ buildPythonPackage rec {
pythonImportsCheck = [ "servefile" ];
meta = with lib; {
broken = stdenv.isDarwin;
description = "Serve files from shell via a small HTTP server";
homepage = "https://github.com/sebageek/servefile";
license = licenses.gpl3Plus;