mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-23 15:51:03 +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
|
||||
jq,
|
||||
poppler_utils,
|
||||
poppler-utils,
|
||||
_7zz,
|
||||
ffmpeg,
|
||||
fd,
|
||||
|
|
@ -39,7 +39,7 @@ let
|
|||
|
||||
defaultDeps = [
|
||||
jq
|
||||
poppler_utils
|
||||
poppler-utils
|
||||
_7zz
|
||||
ffmpeg
|
||||
fd
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue