mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: follow upstream renaming of poppler_utils to poppler-utils in Nix flake (#3296)
This commit is contained in:
parent
a3e9ea0d16
commit
b766cff69f
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
# default optional deps
|
# default optional deps
|
||||||
jq,
|
jq,
|
||||||
poppler_utils,
|
poppler-utils,
|
||||||
_7zz,
|
_7zz,
|
||||||
ffmpeg,
|
ffmpeg,
|
||||||
fd,
|
fd,
|
||||||
|
|
@ -39,7 +39,7 @@ let
|
||||||
|
|
||||||
defaultDeps = [
|
defaultDeps = [
|
||||||
jq
|
jq
|
||||||
poppler_utils
|
poppler-utils
|
||||||
_7zz
|
_7zz
|
||||||
ffmpeg
|
ffmpeg
|
||||||
fd
|
fd
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue