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 | c34cef0eee991d59aab9d061e3dba8c12361897e (patch) | |
tree | a61b9d30bca52731c1a6dea08cc587c01806bb57 /tv/2configs | |
parent | 03f03d061508b011ee09f00bfdd3e8955e169529 (diff) |
tv gitrepos: use python3 for markdown2
For nixpkgs 21.05
Diffstat (limited to 'tv/2configs')
-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 2e73640..1586f3b 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" |