python3Packages.ha-av: pin ffmpeg to 4.x

This commit is contained in:
Jonathan Ringer 2022-02-06 10:38:20 -08:00
parent e680c83323
commit 8dd54f6f10
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -3,7 +3,7 @@
, pythonOlder
, fetchPypi
, pkg-config
, ffmpeg
, ffmpeg_4
}:
buildPythonPackage rec {
@ -23,7 +23,7 @@ buildPythonPackage rec {
];
buildInputs = [
ffmpeg
ffmpeg_4
];
pythonImportsCheck = [