rbw: fix darwin build
This commit is contained in:
parent
e18aee47b3
commit
68eacce4f7
@ -8,6 +8,7 @@
|
||||
installShellFiles,
|
||||
darwin,
|
||||
bash,
|
||||
apple-sdk_11,
|
||||
# rbw-fzf
|
||||
withFzf ? false,
|
||||
fzf,
|
||||
@ -41,6 +42,7 @@ rustPlatform.buildRustPackage rec {
|
||||
buildInputs =
|
||||
[ bash ] # for git-credential-rbw
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
apple-sdk_11 # Needs _NSPasteboardTypeFileURL, can be removed once x86_64-darwin defaults to a higher SDK
|
||||
darwin.apple_sdk_11_0.frameworks.Security
|
||||
darwin.apple_sdk_11_0.frameworks.AppKit
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user