python310Packages.sphinxcontrib-autoapi: unmark broken on darwin

zowoq 6b815fc6 c379bdf2

-1
-1
pkgs/development/python-modules/sphinxcontrib-autoapi/default.nix
··· 47 47 longDescription = "Sphinx AutoAPI provides 'autodoc' style documentation for multiple programming languages without needing to load, run, or import the project being documented."; 48 48 license = licenses.mit; 49 49 maintainers = with maintainers; [ karolchmist ]; 50 - broken = stdenv.isDarwin; 51 50 }; 52 51 }