Unverified Commit 06570e54 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #283667 from ryanccn/cargo-deny

cargo-deny: add SystemConfiguration framework on darwin
parents dd099720 af2562d9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ rustPlatform.buildRustPackage rec {
    zstd
  ] ++ lib.optionals stdenv.isDarwin [
    darwin.apple_sdk.frameworks.Security
    darwin.apple_sdk.frameworks.SystemConfiguration
  ];

  env = {