tv gitrepos: use python3 for markdown2

For nixpkgs 21.05
This commit is contained in:
tv 2021-06-02 01:40:51 +02:00
parent ef24dd03e1
commit 539fb1f899
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ let {
cgit = {
settings = {
about-filter = pkgs.exec "krebs.cgit.about-filter" rec {
filename = "${pkgs.pythonPackages.markdown2}/bin/markdown2";
filename = "${pkgs.python3Packages.markdown2}/bin/markdown2";
argv = [
filename
"--extras=fenced-code-blocks"