diff options
author | tv <tv@krebsco.de> | 2021-06-02 01:40:51 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-06-02 01:47:42 +0200 |
commit | 539fb1f899cdd1924ffd6a7e9547a3728f602057 (patch) | |
tree | b2b95a3cee90efe3ffefe69a5a1da0b6c2a816c9 | |
parent | ef24dd03e1b67353b23227f85aded6f007d23a09 (diff) |
tv gitrepos: use python3 for markdown2
For nixpkgs 21.05
-rw-r--r-- | tv/2configs/gitrepos.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix index 2e73640ff..1586f3b33 100644 --- a/tv/2configs/gitrepos.nix +++ b/tv/2configs/gitrepos.nix @@ -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" |