mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 19:28:13 +00:00
wthrr: add missing darwin framework
This commit is contained in:
parent
6e3bb229a2
commit
3e2a9088e8
@ -29,6 +29,7 @@ rustPlatform.buildRustPackage rec {
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.CoreFoundation
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||
];
|
||||
|
||||
checkFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user