Skip to content

Commit

Permalink
WIP: add extra apple SDK packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunster committed Nov 27, 2024
1 parent 584cec7 commit 6d86bfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
] ++ (pkgs.lib.optionals pkgs.stdenv.isDarwin [
# needed to build Holochain on macos
pkgs.darwin.apple_sdk.frameworks.SystemConfiguration
pkgs.darwin.apple_sdk.frameworks.CoreFoundation
pkgs.darwin.apple_sdk.frameworks.Security
pkgs.libiconv
]);
};
};
Expand Down

0 comments on commit 6d86bfe

Please sign in to comment.