tui-journal: add missing framework on darwin
This commit is contained in:
parent
3a8a9f60fb
commit
5a214aa5e9
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ rustPlatform.buildRustPackage rec {
|
|||
openssl
|
||||
zlib
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.AppKit
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue