# TODO: Try to use stdenv for iOS. The problem is with building iOS as the build is trying to pass parameters to Apple's ld that are meant for GNU's ld (e.g. -dynamiclib)
_stdenv=stdenvNoCC;
_mkShell=mkShell.override{stdenv=_stdenv;};
in_mkShell{
buildInputs=[
# utilities
bash
curl
git
jq
ncurses
lsof# used in scripts/start-react-native.sh
ps# used in scripts/start-react-native.sh
unzip
wget
]++lib.optionalstargetMobile[bundlerruby];# bundler/ruby used for fastlane