9 pname = "obs-source-clone";
10 version = "0.1.4-unstable-2024-02-19";
12 src = fetchFromGitHub {
14 repo = "obs-source-clone";
15 rev = "d1524d5d932d6841a1fbd6061cc4a0033fb615b7";
16 hash = "sha256-W9IIIGQdreI2FQGii5NUB5tVHcqsiYAKTutOHEPCyms=";
19 nativeBuildInputs = [ cmake ];
20 buildInputs = [ obs-studio ];
23 (lib.cmakeBool "BUILD_OUT_OF_TREE" true)
27 rm -rf $out/obs-plugins $out/data
31 description = "Plugin for OBS Studio to clone sources";
32 homepage = "https://github.com/exeldro/obs-source-clone";
33 maintainers = with maintainers; [ flexiondotorg ];
34 license = licenses.gpl2Plus;
35 platforms = platforms.linux;