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 cmake,
, ninja ninja,
, alsa-lib alsa-lib,
, asio asio,
, curl curl,
, nlohmann_json nlohmann_json,
, obs-studio obs-studio,
, opencv opencv,
, procps procps,
, qtbase qtbase,
, stdenv stdenv,
, tesseract tesseract,
, websocketpp websocketpp,
, xorg xorg,
, httplib httplib,
, libremidi libremidi,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {