I wonder if there’s any way to build a package using Apple SDK 11 and Clang-13 on Intel macOS. I see that darwin.apple_sdk_11_0
is not exposed, so can’t be used directly.
I don’t want to rebuild every package on nixpks using different clang or Apple SDK, but I do want to use Clang-13 and Apple SDK 11.0 for my own private package I’m working on.
The problem is that by default Nix chooses different clang and Apple SDK versions for x86_64 and aarch64 on macOS, and this causes whole bunch of problems for the package I’m building. I’d like to use the same versions for both architectures to minimize the possible issues.