home-assistant: use headless ffmpeg variant

This commit is contained in:
Martin Weinelt 2022-12-01 11:39:22 +01:00
parent f22668233b
commit 028bf68df1

View file

@ -5,7 +5,7 @@
, fetchpatch
, python3
, substituteAll
, ffmpeg
, ffmpeg-headless
, inetutils
, nixosTests
@ -309,7 +309,7 @@ in python.pkgs.buildPythonApplication rec {
patches = [
(substituteAll {
src = ./patches/ffmpeg-path.patch;
ffmpeg = "${lib.getBin ffmpeg}/bin/ffmpeg";
ffmpeg = "${lib.getBin ffmpeg-headless}/bin/ffmpeg";
})
];