Skip to content

Commit

Permalink
nginxModules.vod: pin to ffmpeg 6 (NixOS#351775)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Oct 28, 2024
2 parents 31513aa + 36fd156 commit 9680715
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/servers/http/nginx/modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
, expat
, fdk_aac
, ffmpeg-headless
, ffmpeg_6-headless
, geoip
, libbsd
, libiconv
Expand Down Expand Up @@ -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";
Expand Down

0 comments on commit 9680715

Please sign in to comment.