8 stdenv.mkDerivation rec {
9 pname = "obs-3d-effect";
12 src = fetchFromGitHub {
14 repo = "obs-3d-effect";
16 sha256 = "sha256-CAWx1wgk6G+9O7PkplrTg7uCmb8Yt6U3Z6YMVsq7IrQ=";
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 adding 3D effect filter";
32 homepage = "https://github.com/exeldro/obs-3d-effect";
33 maintainers = with maintainers; [ flexiondotorg ];
34 license = licenses.gpl2Plus;
35 platforms = [ "x86_64-linux" "i686-linux" ];