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

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;