holochain / holonix-archive

NixOS && Holochain
150 stars 20 forks source link

remove xcode dependency #59

Open thedavidmeister opened 5 years ago

thedavidmeister commented 5 years ago

adding clang in https://github.com/holochain/holonix/pull/57 seemed to make everything work for hc without xcode

i have no idea if there is anything else that would need to be done to support development more generally without xcode - i.e. in the standard nix-shell environment

nix shell is much more general purpose than what was done in 57 (that only targets what hc does internally) but it would be very cool if we could remove the xcode dependency for mac users as it's rather heavy to have both xcode and nix shell, e.g. if you're running a mac air

CC: @dhtnetwork

thedavidmeister commented 5 years ago

mentioned here https://forum.holochain.org/t/im-spinning-up-some-docs-for-holonix-feedback-welcome/451/31?u=thedavidmeister

CC: @jmday