I’m trying to use stdenvNoCC.mkDerivation
to build Mac software that relies on Apple frameworks. It definitely used to work (maybe before I upgraded to Nix 2.4?), i.e., Carbon and other framework headers were picked up in the derivation build. Now that doesn’t seem to be the case. Has something changed?
For various reasons, I’m reluctant to use stdenv.mkDerivation
and add darwin.apple_sdk.frameworks.Carbon
to buildInputs
.
Not using flakes (at least not yet).