Commit ffeb11e9 authored by Sarah Clark's avatar Sarah Clark
Browse files

asfa: migrate to new apple sdk structure

parent 28329a0d
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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