Commit 852656d6 authored by Sarah Clark's avatar Sarah Clark
Browse files

bacon: migrate to new apple sdk structure

parent 409fcceb
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  stdenv,
  rustPlatform,
  fetchFromGitHub,
  darwin,
  versionCheckHook,
  nix-update-script,
}:
@@ -21,13 +20,7 @@ rustPlatform.buildRustPackage rec {

  cargoHash = "sha256-rlWNrkzUDs3rbQ5ZV4fKU/EKEy4fVbxEP0+wNwXi7Ag=";

  buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
    darwin.apple_sdk.frameworks.CoreServices
  ];

  nativeInstallCheckInputs = [
    versionCheckHook
  ];
  nativeInstallCheckInputs = [ versionCheckHook ];
  versionCheckProgramArg = [ "--version" ];
  doInstallCheck = true;