mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
build(nix): make .#libdeltachat buildable on macOS
This commit is contained in:
@@ -301,6 +301,12 @@
|
|||||||
pkgs.rustPlatform.cargoSetupHook
|
pkgs.rustPlatform.cargoSetupHook
|
||||||
pkgs.cargo
|
pkgs.cargo
|
||||||
];
|
];
|
||||||
|
buildInputs = pkgs.lib.optionals isDarwin [
|
||||||
|
pkgs.darwin.apple_sdk.frameworks.CoreFoundation
|
||||||
|
pkgs.darwin.apple_sdk.frameworks.Security
|
||||||
|
pkgs.darwin.apple_sdk.frameworks.SystemConfiguration
|
||||||
|
pkgs.libiconv
|
||||||
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
substituteInPlace $out/include/deltachat.h \
|
substituteInPlace $out/include/deltachat.h \
|
||||||
|
|||||||
Reference in New Issue
Block a user