rstcheck: add to all-packages.nix
This commit is contained in:
parent
8f64b92d8f
commit
6efcdce0b1
1 changed files with 2 additions and 0 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue