vector: readd missing mig command on darwin (#353701)

This commit is contained in:
Yt
2024-11-05 05:43:53 -05:00
committed by GitHub
+11 -7
View File
@@ -22,6 +22,7 @@
git,
nixosTests,
nix-update-script,
darwin,
}:
let
@@ -51,13 +52,16 @@ rustPlatform.buildRustPackage {
};
};
nativeBuildInputs = [
pkg-config
cmake
perl
git
rustPlatform.bindgenHook
];
nativeBuildInputs =
[
pkg-config
cmake
perl
git
rustPlatform.bindgenHook
]
# Provides the mig command used by the build scripts
++ lib.optional stdenv.hostPlatform.isDarwin darwin.bootstrap_cmds;
buildInputs =
[
oniguruma