Loading pkgs/development/libraries/jellyfin-ffmpeg/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -32,11 +32,12 @@ in ${old.postPatch or ""} ''; meta = with lib; { meta = { inherit (old.meta) license mainProgram; changelog = "https://github.com/jellyfin/jellyfin-ffmpeg/releases/tag/v${version}"; description = "${old.meta.description} (Jellyfin fork)"; homepage = "https://github.com/jellyfin/jellyfin-ffmpeg"; license = licenses.gpl3; maintainers = with maintainers; [ justinas ]; maintainers = with lib.maintainers; [ justinas ]; pkgConfigModules = [ "libavutil" ]; }; }) Loading
pkgs/development/libraries/jellyfin-ffmpeg/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -32,11 +32,12 @@ in ${old.postPatch or ""} ''; meta = with lib; { meta = { inherit (old.meta) license mainProgram; changelog = "https://github.com/jellyfin/jellyfin-ffmpeg/releases/tag/v${version}"; description = "${old.meta.description} (Jellyfin fork)"; homepage = "https://github.com/jellyfin/jellyfin-ffmpeg"; license = licenses.gpl3; maintainers = with maintainers; [ justinas ]; maintainers = with lib.maintainers; [ justinas ]; pkgConfigModules = [ "libavutil" ]; }; })