add pandoc as post processor

This commit is contained in:
Denis Lehmann 2020-04-16 21:40:53 +02:00
parent 6c622bce1f
commit 6ccec68923
3 changed files with 10 additions and 7 deletions

View file

@ -5,6 +5,7 @@ stdenv.mkDerivation {
buildInputs = with pkgs; [
python37Full
python37Packages.virtualenv
pandoc
];
src = null;
shellHook = ''