open-webui: add missing ffmpeg

This commit is contained in:
Martin Wimpress
2025-05-19 12:24:40 +01:00
parent 4c7701dd7f
commit bae1f36e89
+5
View File
@@ -5,6 +5,7 @@
python312,
nixosTests,
fetchurl,
ffmpeg-headless,
}:
let
pname = "open-webui";
@@ -39,6 +40,10 @@ let
--replace-fail "npm run pyodide:fetch && vite build" "vite build"
'';
propagatedBuildInputs = [
ffmpeg-headless
];
env.CYPRESS_INSTALL_BINARY = "0"; # disallow cypress from downloading binaries in sandbox
env.ONNXRUNTIME_NODE_INSTALL_CUDA = "skip";
env.NODE_OPTIONS = "--max-old-space-size=8192";