aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authoruonr <dev@yuru.me>2025-12-20 18:14:17 +0900
committerGitHub <noreply@github.com>2025-12-20 17:14:17 +0800
commit5e3d349b3fcf4a219ea7540059076ab7beed8ed2 (patch)
treeb947f8e40e56df61a1e2cb0193af0263a235edd2 /flake.nix
parent4be955edee7994f83e56e64ba8b5a43edc118a72 (diff)
Fix build
* "rtmpserver.h" no longer exists * add "srt"
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index ba3000c..d0dc16b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -24,6 +24,7 @@
buildInputs = with pkgs; [
ffmpeg
+ srt
aws-sdk-cpp
];
@@ -55,6 +56,7 @@
pkg-config
ffmpeg
aws-sdk-cpp
+ srt
];
shellHook = ''