agate: migrate to new apple sdk structure

This commit is contained in:
Sarah Clark
2024-11-06 16:12:28 -08:00
parent 3289b778e2
commit d27020a7b1
+1 -8
View File
@@ -4,8 +4,6 @@
nixosTests,
fetchFromGitHub,
rustPlatform,
libiconv,
darwin,
openssl,
pkg-config,
nix-update-script,
@@ -26,12 +24,7 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ pkg-config ];
buildInputs =
[ openssl ]
++ lib.optionals stdenv.hostPlatform.isDarwin [
libiconv
darwin.apple_sdk.frameworks.Security
];
buildInputs = [ openssl ];
doInstallCheck = true;
installCheckPhase = ''