Skip to content

Commit

Permalink
Merge pull request #120490 from austinbutler/joplin-fix-darwin
Browse files Browse the repository at this point in the history
nodePackages.joplin: fix Darwin build
  • Loading branch information
SuperSandro2000 committed Apr 24, 2021
2 parents e4e7514 + 024cf2a commit 747970d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/node-packages/default.nix
Expand Up @@ -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
];
};

Expand Down

0 comments on commit 747970d

Please sign in to comment.