add pandoc as post processor
This commit is contained in:
parent
6c622bce1f
commit
6ccec68923
3 changed files with 10 additions and 7 deletions
|
|
@ -5,6 +5,7 @@ stdenv.mkDerivation {
|
|||
buildInputs = with pkgs; [
|
||||
python37Full
|
||||
python37Packages.virtualenv
|
||||
pandoc
|
||||
];
|
||||
src = null;
|
||||
shellHook = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue