Add pandoc to Nix
This commit is contained in:
parent
82ae1c0469
commit
b0fc7c1c76
|
@ -2,8 +2,9 @@ with import <nixpkgs> {};
|
|||
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
pandoc
|
||||
(python38.withPackages (ps: with ps; [ pip virtualenv ]))
|
||||
(texlive.combine { inherit (texlive) scheme-basic IEEEtran collection-fontsrecommended todonotes caption pgfgantt setspace; })
|
||||
(texlive.combine { inherit (texlive) framed pdfjam pdfpages pdflscape scheme-basic IEEEtran collection-fontsrecommended todonotes caption pgfgantt setspace; })
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user