Merge pull request #191737 from viraptor/servefile-fix-darwin
python310Packages.servefile: mark not broken on darwin
This commit is contained in:
commit
ec726bb24c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user