mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 14:51:03 +00:00
fix(nix): missing ffmpeg and resvg dependencies (#2825)
Signed-off-by: Ruowen Qin <chinqrw@gmail.com>
This commit is contained in:
parent
f866d75ef0
commit
20446544ef
1 changed files with 4 additions and 2 deletions
|
|
@ -14,9 +14,10 @@
|
|||
jq,
|
||||
poppler_utils,
|
||||
_7zz,
|
||||
ffmpegthumbnailer,
|
||||
ffmpeg,
|
||||
fd,
|
||||
ripgrep,
|
||||
resvg,
|
||||
fzf,
|
||||
zoxide,
|
||||
imagemagick,
|
||||
|
|
@ -40,9 +41,10 @@ let
|
|||
jq
|
||||
poppler_utils
|
||||
_7zz
|
||||
ffmpegthumbnailer
|
||||
ffmpeg
|
||||
fd
|
||||
ripgrep
|
||||
resvg
|
||||
fzf
|
||||
zoxide
|
||||
imagemagick
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue