keepassxc: remove unnecessary LocalAuthentication dependency on darwin
This commit is contained in:
@@ -23,15 +23,12 @@
|
||||
wrapGAppsHook3,
|
||||
zlib,
|
||||
|
||||
darwin,
|
||||
|
||||
withKeePassBrowser ? true,
|
||||
withKeePassBrowserPasskeys ? true,
|
||||
withKeePassFDOSecrets ? stdenv.hostPlatform.isLinux,
|
||||
withKeePassKeeShare ? true,
|
||||
withKeePassNetworking ? true,
|
||||
withKeePassSSHAgent ? true,
|
||||
withKeePassTouchID ? true,
|
||||
withKeePassX11 ? true,
|
||||
withKeePassYubiKey ? stdenv.hostPlatform.isLinux,
|
||||
|
||||
@@ -154,9 +151,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
readline
|
||||
zlib
|
||||
]
|
||||
++ lib.optionals (stdenv.hostPlatform.isDarwin && withKeePassTouchID) [
|
||||
darwin.apple_sdk_11_0.frameworks.LocalAuthentication
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
libsForQt5.qtmacextras
|
||||
|
||||
|
||||
Reference in New Issue
Block a user