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
+1
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
];