nix: build on macos
This commit is contained in:
parent
8917287633
commit
cfd71d2dec
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,8 @@
|
|||
sqlite
|
||||
] ++ lib.optionals pkgs.stdenv.isDarwin [
|
||||
# Additional darwin specific inputs can be set here
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
pkgs.libiconv
|
||||
];
|
||||
|
||||
nativeBuildInputs = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue