···16 --replace "/usr/bin/cpp" "$out/bin/clang-cpp"
17 '';
18000019 # temporary install phase until xcodebuild has "install" support
20 installPhase = ''
21 for f in Products/Release/*; do
···16 --replace "/usr/bin/cpp" "$out/bin/clang-cpp"
17 '';
1819+ # Workaround build failure on -fno-common toolchains:
20+ # duplicate symbol '_btype_2' in:args.o pr_comment.o
21+ NIX_CFLAGS_COMPILE = "-fcommon";
22+23 # temporary install phase until xcodebuild has "install" support
24 installPhase = ''
25 for f in Products/Release/*; do