vdr-vaapidevice: Fix libva-x11

+2
+2
pkgs/applications/video/vdr/plugins.nix
··· 62 63 postPatch = '' 64 substituteInPlace vaapidev.c --replace /usr/bin/X ${xorgserver}/bin/X 65 ''; 66 67 src = fetchFromGitHub {
··· 62 63 postPatch = '' 64 substituteInPlace vaapidev.c --replace /usr/bin/X ${xorgserver}/bin/X 65 + # https://github.com/rofafor/vdr-plugin-vaapidevice/issues/5 66 + substituteInPlace Makefile --replace libva libva-x11 67 ''; 68 69 src = fetchFromGitHub {