tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
vdr-vaapidevice: Fix libva-x11
Christian Kögler
4 years ago
fdd35e77
4f871e23
+2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
video
vdr
plugins.nix
+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
65
+
# https://github.com/rofafor/vdr-plugin-vaapidevice/issues/5
66
66
+
substituteInPlace Makefile --replace libva libva-x11
65
67
'';
66
68
67
69
src = fetchFromGitHub {