vector: readd missing mig command on darwin (#353701)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user