nodePackages.joplin: fix Darwin build

wip/yesman
Austin Butler 3 years ago
parent 046923781b
commit 024cf2a8b0
  1. 3
      pkgs/development/node-packages/default.nix

@ -285,6 +285,9 @@ let
libsecret
self.node-gyp-build
self.node-pre-gyp
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.AppKit
darwin.apple_sdk.frameworks.Security
];
};

Loading…
Cancel
Save