vector: readd missing mig command on darwin
https://hydra.nixos.org/build/277167788
This commit is contained in:
parent
a9089570c5
commit
12437967ee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user