slidenado: add missing subdir

This commit is contained in:
Astro 2019-09-12 17:36:46 +02:00
parent e3bcc44977
commit ebaeb804c6
1 changed files with 2 additions and 2 deletions

View File

@ -17,10 +17,10 @@ let
name = "slidenado-${name}";
src = <slidenado>;
buildInputs = [ texlive.combined.scheme-basic ];
makeFlags = [ "${name}.pdf" ];
makeFlags = [ "presentations/${name}.pdf" ];
postInstall = ''
mkdir -p $out/nix-support
cp ${name}.pdf $out/
cp presentations/${name}.pdf $out/
echo doc-pdf slides $out/${name}.pdf >> $out/nix-support/hydra-build-products
'';
};