mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
nginxModules.vod: pin to ffmpeg 6 (#351775)
This commit is contained in:
commit
9680715f80
@ -11,6 +11,7 @@
|
||||
, expat
|
||||
, fdk_aac
|
||||
, ffmpeg-headless
|
||||
, ffmpeg_6-headless
|
||||
, geoip
|
||||
, libbsd
|
||||
, libiconv
|
||||
@ -991,7 +992,7 @@ let self = {
|
||||
'';
|
||||
};
|
||||
|
||||
inputs = [ ffmpeg-headless fdk_aac openssl libxml2 libiconv ];
|
||||
inputs = [ ffmpeg_6-headless fdk_aac openssl libxml2 libiconv ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "VOD packager";
|
||||
|
Loading…
Reference in New Issue
Block a user