vdr: Set platform to linux

This commit is contained in:
Christian Kögler 2022-10-03 09:46:19 +02:00
parent fd54651f5f
commit 62c7443beb
3 changed files with 8 additions and 8 deletions

View file

@ -50,7 +50,7 @@
homepage = "http://www.tvdr.de/";
description = "Video Disc Recorder";
maintainers = [ maintainers.ck3d ];
platforms = [ "i686-linux" "x86_64-linux" ];
platforms = platforms.linux;
license = licenses.gpl2Plus;
};
}

View file

@ -46,7 +46,7 @@ in {
description = "DVB Frontend Status Monitor plugin for VDR";
maintainers = [ maintainers.ck3d ];
license = licenses.gpl2;
platforms = [ "i686-linux" "x86_64-linux" ];
inherit (vdr.meta) platforms;
};
};
@ -92,7 +92,7 @@ in {
description = "MarkAd marks advertisements in VDR recordings.";
maintainers = [ maintainers.ck3d ];
license = licenses.gpl2;
platforms = [ "i686-linux" "x86_64-linux" ];
inherit (vdr.meta) platforms;
};
};
@ -140,7 +140,7 @@ in {
description = "Searchtimer and replacement of the VDR program menu";
maintainers = [ maintainers.ck3d ];
license = licenses.gpl2;
platforms = [ "i686-linux" "x86_64-linux" ];
inherit (vdr.meta) platforms;
};
};
@ -165,7 +165,7 @@ in {
description = "VDR plugin to handle KODI clients.";
maintainers = [ maintainers.ck3d ];
license = licenses.gpl2;
platforms = [ "i686-linux" "x86_64-linux" ];
inherit (vdr.meta) platforms;
};
};
@ -201,7 +201,7 @@ in {
description = "VDR Text2Skin Plugin";
maintainers = [ maintainers.ck3d ];
license = licenses.gpl2;
platforms = [ "i686-linux" "x86_64-linux" ];
inherit (vdr.meta) platforms;
};
};
@ -226,7 +226,7 @@ in {
description = "A plugin for VDR to access AVMs Fritz Box routers";
maintainers = [ maintainers.ck3d ];
license = licenses.gpl2;
platforms = [ "i686-linux" "x86_64-linux" ];
inherit (vdr.meta) platforms;
};
};
}

View file

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
description = "VDR SoftHDDevice Plug-in";
maintainers = [ maintainers.ck3d ];
license = licenses.gpl2;
platforms = [ "i686-linux" "x86_64-linux" ];
inherit (vdr.meta) platforms;
};
}