mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
obs-studio-plugins.advanced-scene-switcher: reformat
This commit is contained in:
parent
6c21ffd4a4
commit
18effcc2f8
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user