vdr: fix shebang of svdrpsend

This commit is contained in:
Christian Kögler 2019-07-27 10:35:43 +02:00
parent b5f5c97f7d
commit 09a6b262c4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
postPatch = "substituteInPlace Makefile --replace libsystemd-daemon libsystemd";
buildInputs = [ fontconfig libjpeg libcap freetype ]
buildInputs = [ fontconfig libjpeg libcap freetype perl ]
++ lib.optional enableSystemd systemd
++ lib.optional enableBidi fribidi;