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,
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user