lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

python310Packages.servefile: mark not broken on darwin

authored by

Fabian Affolter and committed by
GitHub
ec726bb2 289bfcc2

-1
-1
pkgs/development/python-modules/servefile/default.nix
··· 36 36 pythonImportsCheck = [ "servefile" ]; 37 37 38 38 meta = with lib; { 39 - broken = stdenv.isDarwin; 40 39 description = "Serve files from shell via a small HTTP server"; 41 40 homepage = "https://github.com/sebageek/servefile"; 42 41 license = licenses.gpl3Plus;