mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +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
|
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user