Skip to content

Commit f2293db

Browse files
authored
fix(nix): add ffmpeg libs to runtime dependencies (#422)
1 parent 3636f2c commit f2293db

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
/out
55
.DS_Store
66
node_modules
7+
8+
# nix build output path
9+
/result

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
pkgs.pkg-config
8080
pkgs.ffmpeg_8.dev
8181
];
82+
buildInputs = [pkgs.ffmpeg_8.lib];
8283
meta.mainProgram = "neothesia-cli";
8384
src = workspace;
8485
};

0 commit comments

Comments
 (0)