vdr-vaapidevice: Fix libva-x11

+2
+2
pkgs/applications/video/vdr/plugins.nix
··· 62 62 63 63 postPatch = '' 64 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 65 67 ''; 66 68 67 69 src = fetchFromGitHub {