8 stdenv.mkDerivation rec {
9 pname = "obs-source-switcher";
12 src = fetchFromGitHub {
14 repo = "obs-source-switcher";
15 rev = "8babf207d140e52114b6db63d98749d7a0a2758b";
16 sha256 = "sha256-J/NdIGsSXCtSOGF72pJZqqN5Y73eJfrA72LgZcTlP5o=";
19 nativeBuildInputs = [ cmake ];
20 buildInputs = [ obs-studio ];
23 "-DBUILD_OUT_OF_TREE=On"
27 rm -rf $out/obs-plugins $out/data
31 description = "Plugin for OBS Studio to switch between a list of sources";
32 homepage = "https://github.com/exeldro/obs-source-switcher";
33 maintainers = with maintainers; [ flexiondotorg ];
34 license = licenses.gpl2Plus;
35 platforms = [ "x86_64-linux" "i686-linux" ];