15 stdenv.mkDerivation rec {
16 pname = "vdr-softhddevice";
19 src = fetchFromGitHub {
21 repo = "vdr-plugin-softhddevice";
22 sha256 = "sha256-/eNPhkrLpxXeX/5EitMJUgZCPy1Ked3oKuMdD6OuEYc=";
39 makeFlags = [ "DESTDIR=$(out)" ];
42 substituteInPlace softhddev.c \
43 --replace "LOCALBASE \"/bin/X\"" "\"${xorgserver}/bin/X\""
47 inherit (src.meta) homepage;
48 description = "VDR SoftHDDevice Plug-in";
49 maintainers = [ maintainers.ck3d ];
50 license = licenses.gpl2;
51 inherit (vdr.meta) platforms;