Merge pull request #309866 from teutat3s/mas-fix-darwin

matrix-authentication-service: fix build on x86_64-darwin
This commit is contained in:
Leona Maroni 2024-05-07 22:42:46 +02:00 committed by GitHub
commit ef81dcac1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = {