diff --git a/pkgs/by-name/ke/keepassxc/package.nix b/pkgs/by-name/ke/keepassxc/package.nix index d62ea8fd7e6d..170cc7bfe8e3 100644 --- a/pkgs/by-name/ke/keepassxc/package.nix +++ b/pkgs/by-name/ke/keepassxc/package.nix @@ -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