slidenado: s/buildInputs/nativeBuildInputs/

This commit is contained in:
Astro 2019-09-12 22:21:12 +02:00
parent 7ae0da7cf4
commit 6a04906c2c
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 perl ];
nativeBuildInputs = [ texlive.combined.scheme-full perl ];
HOME = "/tmp";
makeFlags = [ "presentations/${name}.pdf" ];
installPhase = ''