tv gitrepos: use python3 for markdown2
For nixpkgs 21.05
This commit is contained in:
parent
ef24dd03e1
commit
539fb1f899
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user