From f0502a46b7818399c00848657a0f882096004763 Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Sat, 13 Sep 2025 04:30:49 +0100 Subject: [PATCH] fix: add `fd` as a dependency to the `.deb` packaging workflow (#3128) --- yazi-packing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yazi-packing/Cargo.toml b/yazi-packing/Cargo.toml index 6f2a275e..b2be4419 100644 --- a/yazi-packing/Cargo.toml +++ b/yazi-packing/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/sxyazi/yazi" [package.metadata.deb] name = "yazi" license-file = [ "../LICENSE", "0" ] - depends = "file, ffmpeg, 7zip, jq, poppler-utils, fd-find, ripgrep, fzf, zoxide, imagemagick, xsel|xclip|wl-clipboard" + depends = "file, ffmpeg, 7zip, jq, poppler-utils, fd-find|fd, ripgrep, fzf, zoxide, imagemagick, xsel|xclip|wl-clipboard" recommends = "bash-completion" extended-description-file = "README.md" section = "utility"