Merge pull request #57583 from costrouc/python-init-sphinxcontrib-tikz

pythonPackages.sphinxcontrib-tikz: init at 0.4.6
This commit is contained in:
Ryan Mulligan
2020-01-05 09:33:41 -08:00
committed by GitHub
3 changed files with 64 additions and 0 deletions

View File

@@ -5794,6 +5794,10 @@ in {
sphinxcontrib-spelling = callPackage ../development/python-modules/sphinxcontrib-spelling { };
sphinxcontrib-tikz = callPackage ../development/python-modules/sphinxcontrib-tikz {
texLive = pkgs.texlive.combine { inherit (pkgs.texlive) scheme-small standalone pgfplots; };
};
sphinx_pypi_upload = callPackage ../development/python-modules/sphinx_pypi_upload { };
Pweave = callPackage ../development/python-modules/pweave { };