ripgrep: switch to apple-sdk_11
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
, rustPlatform
|
||||
, installShellFiles
|
||||
, pkg-config
|
||||
, Security
|
||||
, apple-sdk_11
|
||||
, withPCRE2 ? true
|
||||
, pcre2
|
||||
}:
|
||||
@@ -28,7 +28,7 @@ in rustPlatform.buildRustPackage rec {
|
||||
nativeBuildInputs = [ installShellFiles ]
|
||||
++ lib.optional withPCRE2 pkg-config;
|
||||
buildInputs = lib.optional withPCRE2 pcre2
|
||||
++ lib.optional stdenv.hostPlatform.isDarwin Security;
|
||||
++ lib.optional stdenv.hostPlatform.isDarwin apple-sdk_11;
|
||||
|
||||
buildFeatures = lib.optional withPCRE2 "pcre2";
|
||||
|
||||
|
||||
@@ -8072,9 +8072,7 @@ with pkgs;
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
|
||||
ripgrep = callPackage ../tools/text/ripgrep {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
ripgrep = callPackage ../tools/text/ripgrep { };
|
||||
|
||||
ripgrep-all = callPackage ../tools/text/ripgrep-all {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
|
||||
Reference in New Issue
Block a user