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
commit ec726bb24c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;