Merge pull request #146923 from ck3d/fix-vaapidevice-vaapi-x11

vdr-vaapidevice: Fix libva-x11

authored by

markuskowa and committed by
GitHub
cb4c8d3e 0939143e

+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 {