summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-sdk
diff options
context:
space:
mode:
authorsqualus <squalus@tuta.io>2020-01-03 17:51:39 -0800
committerBjørn Forsman <bjorn.forsman@gmail.com>2020-01-08 16:44:14 +0100
commit9314327deef0f91339561c3af34e45b7d0fefcd5 (patch)
tree48527a567e453f95ddd8b10238845adfae11fed2 /pkgs/os-specific/darwin/apple-sdk
parentccce14ed53aa5284b718dab08f1d26914cb9a358 (diff)
downloadnixpkgs-9314327deef0f91339561c3af34e45b7d0fefcd5.tar
nixpkgs-9314327deef0f91339561c3af34e45b7d0fefcd5.tar.gz
nixpkgs-9314327deef0f91339561c3af34e45b7d0fefcd5.tar.bz2
nixpkgs-9314327deef0f91339561c3af34e45b7d0fefcd5.tar.lz
nixpkgs-9314327deef0f91339561c3af34e45b7d0fefcd5.tar.xz
nixpkgs-9314327deef0f91339561c3af34e45b7d0fefcd5.tar.zst
nixpkgs-9314327deef0f91339561c3af34e45b7d0fefcd5.zip
keepassxc: fix darwin build
- Removed the unnecessary libmicrohttpd dependency, which doesn't
  build on macOS. KeepassXC removed this dependency in 2.1.2
- Fixed a compiler error related to the Touch ID feature by adding a
  dependency on the LocalAuthentication framework
Diffstat (limited to 'pkgs/os-specific/darwin/apple-sdk')
-rw-r--r--pkgs/os-specific/darwin/apple-sdk/frameworks.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/darwin/apple-sdk/frameworks.nix b/pkgs/os-specific/darwin/apple-sdk/frameworks.nix
index c803bf42187..b5a378cc6ae 100644
--- a/pkgs/os-specific/darwin/apple-sdk/frameworks.nix
+++ b/pkgs/os-specific/darwin/apple-sdk/frameworks.nix
@@ -70,6 +70,7 @@ with frameworks; with libs; {
   Kernel                  = [ IOKit ];
   LDAP                    = [];
   LatentSemanticMapping   = [ Carbon ];
+  LocalAuthentication     = [];
   MapKit                  = [];
   MediaAccessibility      = [ CoreGraphics CoreText QuartzCore ];
   MediaToolbox            = [ AudioToolbox AudioUnit CoreMedia ];