···1616 --replace "/usr/bin/cpp" "$out/bin/clang-cpp"
1717 '';
18181919+ # Workaround build failure on -fno-common toolchains:
2020+ # duplicate symbol '_btype_2' in:args.o pr_comment.o
2121+ NIX_CFLAGS_COMPILE = "-fcommon";
2222+1923 # temporary install phase until xcodebuild has "install" support
2024 installPhase = ''
2125 for f in Products/Release/*; do