mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
Merge pull request #309987 from vinnymeller/fix-atac
atac: fix build on darwin
This commit is contained in:
commit
85416d0da0
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user