mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
open-scq30: add CoreBluetooth framework on Darwin
This commit is contained in:
parent
82cbb284d3
commit
7bd3602bd1
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user