Merge pull request #120490 from austinbutler/joplin-fix-darwin
nodePackages.joplin: fix Darwin build
This commit is contained in:
commit
747970d5a9
@ -285,6 +285,9 @@ let
|
|||||||
libsecret
|
libsecret
|
||||||
self.node-gyp-build
|
self.node-gyp-build
|
||||||
self.node-pre-gyp
|
self.node-pre-gyp
|
||||||
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
|
darwin.apple_sdk.frameworks.AppKit
|
||||||
|
darwin.apple_sdk.frameworks.Security
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user