home-assistant: use headless ffmpeg variant
This commit is contained in:
parent
f22668233b
commit
028bf68df1
@ -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 New Issue
Block a user