diff --git a/pkgs/by-name/ve/vector/package.nix b/pkgs/by-name/ve/vector/package.nix index 05248b13949b..45bd3e035d79 100644 --- a/pkgs/by-name/ve/vector/package.nix +++ b/pkgs/by-name/ve/vector/package.nix @@ -20,6 +20,7 @@ nixosTests, nix-update-script, darwin, + zlib, }: let @@ -62,6 +63,7 @@ rustPlatform.buildRustPackage { rust-jemalloc-sys libiconv coreutils + zlib ]; # Rust 1.80.0 introduced the unexepcted_cfgs lint, which requires crates to allowlist custom cfg options that they inspect.