asfa: migrate to new apple sdk structure

This commit is contained in:
Sarah Clark 2024-11-06 13:46:28 -08:00
parent 28329a0d5f
commit ffeb11e973

View File

@ -3,7 +3,6 @@
rustPlatform,
fetchFromGitHub,
stdenv,
darwin,
help2man,
openssl,
pkg-config,
@ -29,9 +28,7 @@ rustPlatform.buildRustPackage {
"man"
];
buildInputs = [
openssl
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ];
buildInputs = [ openssl ];
nativeBuildInputs = [
help2man