rs: migrate to by-name

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

View File

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