Commit aa55d0b0 authored by Doron Behar's avatar Doron Behar
Browse files

sccache: fix darwin build

parent 220dc71e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ rustPlatform.buildRustPackage rec {
    openssl
  ] ++ lib.optionals stdenv.isDarwin [
    darwin.apple_sdk.frameworks.Security
    darwin.apple_sdk.frameworks.SystemConfiguration
  ];

  # Tests fail because of client server setup which is not possible inside the