rst2html5: migrate to by-name

This commit is contained in:
Anderson Torres 2023-10-04 19:35:04 -03:00
parent c575a6b5c2
commit b841c2253a
2 changed files with 0 additions and 2 deletions

View File

@ -12653,8 +12653,6 @@ with pkgs;
rlci = callPackage ../development/interpreters/rlci { };
rst2html5 = callPackage ../tools/text/rst2html5 { };
rst2pdf = with python3Packages; toPythonApplication rst2pdf;
rstcheck = with python3Packages; toPythonApplication rstcheck;