obs-studio-plugins.advanced-scene-switcher: reformat

This commit is contained in:
Franz Pletz 2024-08-25 15:20:29 +02:00
parent 6c21ffd4a4
commit 18effcc2f8
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -1,24 +1,25 @@
{ lib
, fetchFromGitHub
{
lib,
fetchFromGitHub,
, cmake
, ninja
cmake,
ninja,
, alsa-lib
, asio
, curl
, nlohmann_json
, obs-studio
, opencv
, procps
, qtbase
, stdenv
, tesseract
, websocketpp
, xorg
alsa-lib,
asio,
curl,
nlohmann_json,
obs-studio,
opencv,
procps,
qtbase,
stdenv,
tesseract,
websocketpp,
xorg,
, httplib
, libremidi
httplib,
libremidi,
}:
stdenv.mkDerivation rec {