9 stdenv.mkDerivation rec {
10 pname = "obs-transition-table";
13 src = fetchFromGitHub {
15 repo = "obs-transition-table";
17 sha256 = "sha256-rGF7hugC5ybpZBAIIXDiy3YDooMawf/yYX2YucQm2/U=";
20 nativeBuildInputs = [ cmake ];
21 buildInputs = [ obs-studio qtbase ];
24 "-DBUILD_OUT_OF_TREE=On"
27 dontWrapQtApps = true;
30 rm -rf $out/obs-plugins $out/data
34 description = "Plugin for OBS Studio to add a Transition Table to the tools menu";
35 homepage = "https://github.com/exeldro/obs-transition-table";
36 maintainers = with maintainers; [ flexiondotorg ];
37 license = licenses.gpl2Plus;
38 platforms = [ "x86_64-linux" "i686-linux" ];