tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.sphinxcontrib-autoapi: unmark broken on darwin
zowoq
3 years ago
6b815fc6
c379bdf2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
sphinxcontrib-autoapi
default.nix
-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
50
-
broken = stdenv.isDarwin;
51
50
};
52
51
}