Unverified Commit c7114ec5 authored by Sander's avatar Sander
Browse files

meilisearch: fix build on x86_64-darwin

parent 4c5f59b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,9 +2,9 @@
, lib
, rustPlatform
, fetchFromGitHub
, Security
, DiskArbitration
, Foundation
, Security
, nixosTests
, nix-update-script
}:
@@ -40,9 +40,9 @@ rustPlatform.buildRustPackage {
  buildNoDefaultFeatures = true;

  buildInputs = lib.optionals stdenv.isDarwin [
    Security
    DiskArbitration
    Foundation
    Security
  ];

  passthru = {
+1 −1
Original line number Diff line number Diff line
@@ -9371,7 +9371,7 @@ with pkgs;
  };
  meilisearch = callPackage ../servers/search/meilisearch {
    inherit (darwin.apple_sdk.frameworks) Security DiskArbitration Foundation;
    inherit (darwin.apple_sdk_11_0.frameworks) DiskArbitration Foundation Security;
  };
  memtester = callPackage ../tools/system/memtester { };