vector: readd missing mig command on darwin

https://hydra.nixos.org/build/277167788
This commit is contained in:
Olivér Falvai 2024-11-04 21:02:12 +01:00
parent a9089570c5
commit 12437967ee
No known key found for this signature in database

View File

@ -22,6 +22,7 @@
git,
nixosTests,
nix-update-script,
darwin,
}:
let
@ -57,7 +58,9 @@ rustPlatform.buildRustPackage {
perl
git
rustPlatform.bindgenHook
];
]
# Provides the mig command used by the build scripts
++ lib.optional stdenv.hostPlatform.isDarwin darwin.bootstrap_cmds;
buildInputs =
[
oniguruma