rstcheck: add to all-packages.nix

This commit is contained in:
Fabian Affolter 2022-05-20 17:42:59 +02:00
parent 8f64b92d8f
commit 6efcdce0b1

View file

@ -9813,6 +9813,8 @@ with pkgs;
rst2html5 = callPackage ../tools/text/rst2html5 { };
rstcheck = with python3Packages; toPythonApplication rstcheck;
rt = callPackage ../servers/rt { };
rtmpdump = callPackage ../tools/video/rtmpdump { };