vimPlugins.fff-nvim: build fff-nvim with zlob (#507465)

This commit is contained in:
Austin Horstman
2026-04-07 04:33:41 +00:00
committed by GitHub
@@ -24,6 +24,20 @@ let
cargoHash = "sha256-ylQtZa3ZRs38mhge5tLLCRpnUdHYSjuZOwU+/6TO8Cw=";
cargoBuildFlags = [
"-p"
"fff-nvim"
"--features"
"zlob"
];
cargoCheckFlags = [
"-p"
"fff-nvim"
"--features"
"zlob"
];
nativeBuildInputs = [
pkg-config
perl