mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
chore(nix): use ffmpeg instead of ffmpegthumbnailer (#1928)
Replace ffmpegthumbnailer with ffmpeg for generating previews, bringing
the Nix build in line with changes introduced in commit 0f9a3195 (feat!:
video spotter & use ffmpeg as previewer backend).
Signed-off-by: Ruowen Qin <chinqrw@gmail.com>
This commit is contained in:
parent
d5038eeed5
commit
a610a77721
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
jq,
|
jq,
|
||||||
poppler_utils,
|
poppler_utils,
|
||||||
_7zz,
|
_7zz,
|
||||||
ffmpegthumbnailer,
|
ffmpeg,
|
||||||
fd,
|
fd,
|
||||||
ripgrep,
|
ripgrep,
|
||||||
fzf,
|
fzf,
|
||||||
|
|
@ -40,7 +40,7 @@ let
|
||||||
jq
|
jq
|
||||||
poppler_utils
|
poppler_utils
|
||||||
_7zz
|
_7zz
|
||||||
ffmpegthumbnailer
|
ffmpeg
|
||||||
fd
|
fd
|
||||||
ripgrep
|
ripgrep
|
||||||
fzf
|
fzf
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue