14 stdenv.mkDerivation rec {
15 pname = "obs-webkitgtk";
16 version = "unstable-2023-11-10";
18 src = fetchFromGitHub {
20 repo = "obs-webkitgtk";
21 rev = "ddf230852c3c338e69b248bdf453a0630f1298a7";
22 hash = "sha256-DU2w9dRgqWniTE76KTAtFdxIN82VKa/CS6ZdfNcTMto=";
40 substituteInPlace ./obs-webkitgtk.c \
41 --replace 'g_file_read_link("/proc/self/exe", NULL)' "g_strdup(\"$out/lib/obs-plugins\")"
45 description = "Yet another OBS Studio browser source";
46 homepage = "https://github.com/fzwoch/obs-webkitgtk";
47 maintainers = with maintainers; [ j-hui ];
48 license = licenses.gpl2Only;
49 platforms = platforms.linux;