Skip to content

Commit

Permalink
meilisearch: remove unused darwin frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed May 28, 2023
1 parent c7114ec commit 82b12bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions pkgs/servers/search/meilisearch/default.nix
Expand Up @@ -2,8 +2,6 @@
, lib
, rustPlatform
, fetchFromGitHub
, DiskArbitration
, Foundation
, Security
, nixosTests
, nix-update-script
Expand Down Expand Up @@ -40,8 +38,6 @@ rustPlatform.buildRustPackage {
buildNoDefaultFeatures = true;

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

Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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 { };
Expand Down

0 comments on commit 82b12bc

Please sign in to comment.