Unverified Commit 8e3499a5 authored by Yt's avatar Yt Committed by GitHub
Browse files

vector: readd missing mig command on darwin (#353701)

parents 3aea105c 476d7434
Loading
Loading
Loading
Loading
+11 −7
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
  git,
  nixosTests,
  nix-update-script,
  darwin,
}:

let
@@ -51,13 +52,16 @@ rustPlatform.buildRustPackage {
    };
  };

  nativeBuildInputs = [
  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