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