atac: fix build on darwin

This commit is contained in:
Vinny Meller
2024-05-07 20:37:40 -04:00
parent 01f288e3be
commit b000cf4ce0
+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
];