Skip to content

Commit

Permalink
meilisearch: migrate to the new macOS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Nov 19, 2024
1 parent a80e360 commit 464e996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions pkgs/servers/search/meilisearch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
lib,
rustPlatform,
fetchFromGitHub,
Security,
SystemConfiguration,
apple-sdk_11,
nixosTests,
nix-update-script,
}:
Expand Down Expand Up @@ -40,8 +39,7 @@ rustPlatform.buildRustPackage {
nativeBuildInputs = [ rustPlatform.bindgenHook ];

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
Security
SystemConfiguration
apple-sdk_11
];

passthru = {
Expand Down
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4246,9 +4246,7 @@ with pkgs;
hdf5 = hdf5.override { usev110Api = true; };
};

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

mhonarc = perlPackages.MHonArc;

Expand Down

0 comments on commit 464e996

Please sign in to comment.