Skip to content

Commit

Permalink
Merge pull request #234678 from sandydoo/fix/meilisearch-darwin
Browse files Browse the repository at this point in the history
meilisearch: fix build on x86_64-darwin
  • Loading branch information
wegank committed May 28, 2023
2 parents 16995ee + 82b12bc commit aeca89c
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 @@ -3,8 +3,6 @@
, rustPlatform
, fetchFromGitHub
, Security
, DiskArbitration
, Foundation
, nixosTests
, nix-update-script
}:
Expand Down Expand Up @@ -41,8 +39,6 @@ rustPlatform.buildRustPackage {

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

passthru = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -9458,7 +9458,7 @@ with pkgs;
};

meilisearch = callPackage ../servers/search/meilisearch {
inherit (darwin.apple_sdk.frameworks) Security DiskArbitration Foundation;
inherit (darwin.apple_sdk_11_0.frameworks) Security;
};

memtester = callPackage ../tools/system/memtester { };
Expand Down

0 comments on commit aeca89c

Please sign in to comment.