meilisearch: remove unused darwin frameworks

This commit is contained in:
Sander 2023-05-28 21:32:51 +04:00
parent c7114ec51a
commit 82b12bc861
No known key found for this signature in database
GPG Key ID: D1A763BC84F34603
2 changed files with 1 additions and 5 deletions

View File

@ -2,8 +2,6 @@
, lib
, rustPlatform
, fetchFromGitHub
, DiskArbitration
, Foundation
, Security
, nixosTests
, nix-update-script
@ -40,8 +38,6 @@ rustPlatform.buildRustPackage {
buildNoDefaultFeatures = true;
buildInputs = lib.optionals stdenv.isDarwin [
DiskArbitration
Foundation
Security
];

View File

@ -9371,7 +9371,7 @@ with pkgs;
};
meilisearch = callPackage ../servers/search/meilisearch {
inherit (darwin.apple_sdk_11_0.frameworks) DiskArbitration Foundation Security;
inherit (darwin.apple_sdk_11_0.frameworks) Security;
};
memtester = callPackage ../tools/system/memtester { };