From 834c2ad5c201a54d70c40210ac22073b86b90f99 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 3 Nov 2024 14:43:49 +0100 Subject: [PATCH] immich: comment reasoning for jellyfin-ffmpeg Using the jellyfin-ffmpeg variant has a reason (TL;DR: used by upstream), which is now mentioned & linked to in the nix file itself, see https://github.com/NixOS/nixpkgs/issues/351943. Extends https://github.com/NixOS/nixpkgs/pull/351975. --- pkgs/by-name/im/immich/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/im/immich/package.nix b/pkgs/by-name/im/immich/package.nix index 66213718fd23..a018bee46c88 100644 --- a/pkgs/by-name/im/immich/package.nix +++ b/pkgs/by-name/im/immich/package.nix @@ -17,7 +17,7 @@ cacert, unzip, # runtime deps - jellyfin-ffmpeg, + jellyfin-ffmpeg, # Immich depends on the jellyfin customizations, see https://github.com/NixOS/nixpkgs/issues/351943 imagemagick, libraw, libheif,