nix: build on macos

This commit is contained in:
Philippe Loctaux 2023-11-17 11:23:50 +01:00
parent 8917287633
commit cfd71d2dec

View file

@ -64,6 +64,8 @@
sqlite sqlite
] ++ lib.optionals pkgs.stdenv.isDarwin [ ] ++ lib.optionals pkgs.stdenv.isDarwin [
# Additional darwin specific inputs can be set here # Additional darwin specific inputs can be set here
darwin.apple_sdk.frameworks.Security
pkgs.libiconv
]; ];
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [