Merge pull request #65458 from ck3d/svdrpsend-fix

vdr: fix shebang of svdrpsend
This commit is contained in:
worldofpeace 2019-07-28 17:35:14 -04:00 committed by GitHub
commit 22f8aa4b90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;