open-scq30: add CoreBluetooth framework on Darwin

This commit is contained in:
Randy Eckenrode 2024-07-20 00:32:39 -04:00
parent 82cbb284d3
commit 7bd3602bd1
No known key found for this signature in database
GPG Key ID: 64C1CD4EC2A600D9

View File

@ -44,6 +44,7 @@ rustPlatform.buildRustPackage rec {
pango
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.AppKit
darwin.apple_sdk.frameworks.CoreBluetooth
darwin.apple_sdk.frameworks.CoreGraphics
darwin.apple_sdk.frameworks.Foundation
];