python310Packages.av: use headless ffmpeg variant

I think this leads to a more reasonable dependency closure for this
library.
This commit is contained in:
Martin Weinelt
2023-07-28 12:15:36 +02:00
parent 2a06c513cd
commit 52dc6bf629
@@ -9,7 +9,7 @@
, setuptools
# runtime
, ffmpeg
, ffmpeg-headless
# tests
, numpy
@@ -38,7 +38,7 @@ buildPythonPackage rec {
];
buildInputs = [
ffmpeg
ffmpeg-headless
];
preCheck = ''