slidenado: depend on perl

This commit is contained in:
Astro 2019-09-12 22:20:43 +02:00
parent 182759e670
commit 042a408300
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ let
stdenv.mkDerivation {
name = "slidenado-${name}";
src = <slidenado>;
buildInputs = [ texlive.combined.scheme-full ];
buildInputs = [ texlive.combined.scheme-full perl ];
HOME = "/tmp";
makeFlags = [ "presentations/${name}.pdf" ];
postInstall = ''