mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
immich: use jellyfin-ffmpeg
fixes https://github.com/NixOS/nixpkgs/issues/351943
This commit is contained in:
parent
ff6baefe88
commit
90f6f1d6ae
@ -17,7 +17,7 @@
|
|||||||
cacert,
|
cacert,
|
||||||
unzip,
|
unzip,
|
||||||
# runtime deps
|
# runtime deps
|
||||||
ffmpeg-headless,
|
jellyfin-ffmpeg,
|
||||||
imagemagick,
|
imagemagick,
|
||||||
libraw,
|
libraw,
|
||||||
libheif,
|
libheif,
|
||||||
@ -155,7 +155,7 @@ buildNpmPackage' {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
ffmpeg-headless
|
jellyfin-ffmpeg
|
||||||
imagemagick
|
imagemagick
|
||||||
libraw
|
libraw
|
||||||
libheif
|
libheif
|
||||||
@ -198,7 +198,7 @@ buildNpmPackage' {
|
|||||||
--suffix PATH : "${
|
--suffix PATH : "${
|
||||||
lib.makeBinPath [
|
lib.makeBinPath [
|
||||||
perl
|
perl
|
||||||
ffmpeg-headless
|
jellyfin-ffmpeg
|
||||||
]
|
]
|
||||||
}"
|
}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user