24 httplib-src = fetchFromGitHub {
28 hash = "sha256-yvaPIbRqJGkiob3Nrv3H1ieFAC5b+h1tTncJWTy4dmk=";
31 stdenv.mkDerivation rec {
32 pname = "advanced-scene-switcher";
35 src = fetchFromGitHub {
37 repo = "SceneSwitcher";
39 hash = "sha256-7IciHCe2KemKNJpD9QcYK4AtxHlYuWaPsBCcVuPVvgA=";
62 dontWrapQtApps = true;
65 cp -r ${httplib-src}/* $sourceRoot/deps/cpp-httplib
66 cp -r ${libremidi.src}/* $sourceRoot/deps/libremidi
67 chmod -R +w $sourceRoot/deps/cpp-httplib
68 chmod -R +w $sourceRoot/deps/libremidi
71 env.NIX_CFLAGS_COMPILE = "-Wno-error=stringop-overflow";
74 description = "Automated scene switcher for OBS Studio";
75 homepage = "https://github.com/WarmUpTill/SceneSwitcher";
76 license = licenses.gpl2Plus;
77 platforms = platforms.linux;