mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 07:14:52 +00:00
python310Packages.av: use headless ffmpeg variant
I think this leads to a more reasonable dependency closure for this library.
This commit is contained in:
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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user