mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
[Backport release-24.11] meilisearch: migrate to the new macOS SDK (#357349)
This commit is contained in:
commit
8b31f63a2b
@ -3,8 +3,7 @@
|
|||||||
lib,
|
lib,
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
Security,
|
apple-sdk_11,
|
||||||
SystemConfiguration,
|
|
||||||
nixosTests,
|
nixosTests,
|
||||||
nix-update-script,
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
@ -39,10 +38,7 @@ rustPlatform.buildRustPackage {
|
|||||||
|
|
||||||
nativeBuildInputs = [ rustPlatform.bindgenHook ];
|
nativeBuildInputs = [ rustPlatform.bindgenHook ];
|
||||||
|
|
||||||
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
|
buildInputs = lib.optional stdenv.hostPlatform.isDarwin apple-sdk_11;
|
||||||
Security
|
|
||||||
SystemConfiguration
|
|
||||||
];
|
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = nix-update-script { };
|
updateScript = nix-update-script { };
|
||||||
|
@ -4250,9 +4250,7 @@ with pkgs;
|
|||||||
hdf5 = hdf5.override { usev110Api = true; };
|
hdf5 = hdf5.override { usev110Api = true; };
|
||||||
};
|
};
|
||||||
|
|
||||||
meilisearch = callPackage ../servers/search/meilisearch {
|
meilisearch = callPackage ../servers/search/meilisearch { };
|
||||||
inherit (darwin.apple_sdk_11_0.frameworks) Security SystemConfiguration;
|
|
||||||
};
|
|
||||||
|
|
||||||
mhonarc = perlPackages.MHonArc;
|
mhonarc = perlPackages.MHonArc;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user