vector: add dependency for darwin builds (#379658)

This commit is contained in:
Yt
2025-02-05 17:31:08 -05:00
committed by GitHub
+2
View File
@@ -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.