Commit 10303bae authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

keepassxc: remove unnecessary LocalAuthentication dependency on darwin

parent 65a178ad
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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