9 , qtx11extras ? null # qt5 only
14 , kstatusnotifieritem ? null # qt6 only
19 stdenv.mkDerivation (finalAttrs: {
20 pname = "xwaylandvideobridge";
24 url = "mirror://kde/stable/xwaylandvideobridge/xwaylandvideobridge-${finalAttrs.version}.tar.xz";
25 hash = "sha256-6nKseypnV46ZlNywYZYC6tMJekb7kzZmHaIA5jkn6+Y=";
47 cmakeFlags = ["-DQT_MAJOR_VERSION=${lib.versions.major qtbase.version}"];
50 description = "Utility to allow streaming Wayland windows to X applications";
51 homepage = "https://invent.kde.org/system/xwaylandvideobridge";
52 license = with lib.licenses; [ bsd3 cc0 gpl2Plus ];
53 maintainers = with lib.maintainers; [ stepbrobd ];
54 platforms = lib.platforms.linux;
55 mainProgram = "xwaylandvideobridge";