Merge pull request #191737 from viraptor/servefile-fix-darwin

python310Packages.servefile: mark not broken on darwin
This commit is contained in:
Fabian Affolter
2022-09-21 11:09:34 +02:00
committed by GitHub
@@ -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;