Skip to content

Commit

Permalink
fix(nix/shell): provide FFmpeg on runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
xarvex committed Mar 8, 2025
1 parent 031e85f commit f2bd6c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/package/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ buildPythonApplication {
qt6.wrapQtAppsHook
];
buildInputs = [
ffmpeg-headless
qt6.qtbase
qt6.qtmultimedia
];
Expand All @@ -57,6 +56,8 @@ buildPythonApplication {
syrupy
];

makeWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ ffmpeg-headless ]}" ];

pythonRemoveDeps = true;
pythonImportsCheck = [ "tagstudio" ];

Expand Down

0 comments on commit f2bd6c6

Please sign in to comment.