open-scq30: add CoreBluetooth framework on Darwin

This commit is contained in:
Randy Eckenrode
2024-07-20 02:09:09 -04:00
parent 82cbb284d3
commit 7bd3602bd1
+1
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
];