matrix-authentication-service: fix build on x86_64-darwin

Build currently fails for x86_64-darwin with:

Undefined symbols for architecture x86_64:
            "_SecTrustEvaluateWithError"
This commit is contained in:
teutat3s 2024-05-07 17:31:00 +02:00
parent 25865a40d1
commit b6128987a7
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705

View File

@ -49,9 +49,9 @@ rustPlatform.buildRustPackage rec {
sqlite
zstd
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.CoreFoundation
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
darwin.apple_sdk_11_0.frameworks.CoreFoundation
darwin.apple_sdk_11_0.frameworks.Security
darwin.apple_sdk_11_0.frameworks.SystemConfiguration
];
env = {