mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +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,
|
jq,
|
||||||
poppler_utils,
|
poppler_utils,
|
||||||
_7zz,
|
_7zz,
|
||||||
ffmpegthumbnailer,
|
ffmpeg,
|
||||||
fd,
|
fd,
|
||||||
ripgrep,
|
ripgrep,
|
||||||
|
resvg,
|
||||||
fzf,
|
fzf,
|
||||||
zoxide,
|
zoxide,
|
||||||
imagemagick,
|
imagemagick,
|
||||||
|
|
@ -40,9 +41,10 @@ let
|
||||||
jq
|
jq
|
||||||
poppler_utils
|
poppler_utils
|
||||||
_7zz
|
_7zz
|
||||||
ffmpegthumbnailer
|
ffmpeg
|
||||||
fd
|
fd
|
||||||
ripgrep
|
ripgrep
|
||||||
|
resvg
|
||||||
fzf
|
fzf
|
||||||
zoxide
|
zoxide
|
||||||
imagemagick
|
imagemagick
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue