Skip to content

Commit

Permalink
Merge pull request #309866 from teutat3s/mas-fix-darwin
Browse files Browse the repository at this point in the history
matrix-authentication-service: fix build on x86_64-darwin
  • Loading branch information
leona-ya authored May 7, 2024
2 parents 3e39aeb + b612898 commit ef81dca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ma/matrix-authentication-service/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit ef81dca

Please sign in to comment.