home-assistant: use headless ffmpeg variant
This commit is contained in:
parent
f22668233b
commit
028bf68df1
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue