Unverified Commit 92113678 authored by annalee's avatar annalee
Browse files

dump_syms: add SystemConfiguration to fix darwin build

parent 83bfe406
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@

# darwin
, Security
, SystemConfiguration

# tests
, firefox-esr-unwrapped
@@ -43,6 +44,7 @@ rustPlatform.buildRustPackage {
    openssl
  ] ++ lib.optionals (stdenv.isDarwin) [
    Security
    SystemConfiguration
  ];

  checkFlags = [
+1 −1
Original line number Diff line number Diff line
@@ -7602,7 +7602,7 @@ with pkgs;
  };
  dump_syms = callPackage ../development/tools/dump_syms {
    inherit (darwin.apple_sdk.frameworks) Security;
    inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
  };
  dumpasn1 = callPackage ../tools/security/dumpasn1 { };