mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
meilisearch: fix build on x86_64-darwin
This commit is contained in:
parent
4c5f59b598
commit
c7114ec51a
@ -2,9 +2,9 @@
|
||||
, lib
|
||||
, rustPlatform
|
||||
, fetchFromGitHub
|
||||
, Security
|
||||
, DiskArbitration
|
||||
, Foundation
|
||||
, Security
|
||||
, nixosTests
|
||||
, nix-update-script
|
||||
}:
|
||||
@ -40,9 +40,9 @@ rustPlatform.buildRustPackage {
|
||||
buildNoDefaultFeatures = true;
|
||||
|
||||
buildInputs = lib.optionals stdenv.isDarwin [
|
||||
Security
|
||||
DiskArbitration
|
||||
Foundation
|
||||
Security
|
||||
];
|
||||
|
||||
passthru = {
|
||||
|
@ -9371,7 +9371,7 @@ with pkgs;
|
||||
};
|
||||
|
||||
meilisearch = callPackage ../servers/search/meilisearch {
|
||||
inherit (darwin.apple_sdk.frameworks) Security DiskArbitration Foundation;
|
||||
inherit (darwin.apple_sdk_11_0.frameworks) DiskArbitration Foundation Security;
|
||||
};
|
||||
|
||||
memtester = callPackage ../tools/system/memtester { };
|
||||
|
Loading…
Reference in New Issue
Block a user