nodePackages.joplin: fix Darwin build
This commit is contained in:
parent
046923781b
commit
024cf2a8b0
|
@ -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