nixos/akkoma: unpin ffmpeg_5

Their Dockerfile uses Alpine’s ffmpeg package, which is already
on 6. They just invoke the command‐line tool and nothing they do
looks particularly version‐sensitive.
This commit is contained in:
Emily 2024-07-12 13:29:09 +01:00
parent b801dc2813
commit aef28c7834

View file

@ -452,9 +452,9 @@ in {
extraPackages = mkOption { extraPackages = mkOption {
type = with types; listOf package; type = with types; listOf package;
default = with pkgs; [ exiftool ffmpeg_5-headless graphicsmagick-imagemagick-compat ]; default = with pkgs; [ exiftool ffmpeg-headless graphicsmagick-imagemagick-compat ];
defaultText = literalExpression "with pkgs; [ exiftool graphicsmagick-imagemagick-compat ffmpeg_5-headless ]"; defaultText = literalExpression "with pkgs; [ exiftool ffmpeg-headless graphicsmagick-imagemagick-compat ]";
example = literalExpression "with pkgs; [ exiftool imagemagick ffmpeg_5-full ]"; example = literalExpression "with pkgs; [ exiftool ffmpeg-full imagemagick ]";
description = '' description = ''
List of extra packages to include in the executable search path of the service unit. List of extra packages to include in the executable search path of the service unit.
These are needed by various configurable components such as: These are needed by various configurable components such as: