keepassxc: remove unnecessary LocalAuthentication dependency on darwin

This commit is contained in:
Gaetan Lepage
2025-04-16 14:43:03 +02:00
parent 65a178ade6
commit 10303baef4
-6
View File
@@ -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