Merge pull request #309987 from vinnymeller/fix-atac

atac: fix build on darwin
This commit is contained in:
Nick Cao 2024-05-08 10:40:29 -04:00 committed by GitHub
commit 85416d0da0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ rustPlatform.buildRustPackage rec {
oniguruma
]
++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.AppKit
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
];