···2323 nativeBuildInputs = [ ninja python3 ];
2424 buildInputs = [ curl libxml2 objc4 ICU ];
25252626+ patches = [ ./0001-Add-missing-TARGET_OS_-defines.patch ];
2727+2628 postPatch = ''
2729 cd CoreFoundation
2830···7678 # please remove this when updating the default llvm versions to 8 or
7779 # later.
7880 buildPhase = lib.optionalString true ''
7979- for i in {1..512}; do
8181+ for i in {1..1}; do
8082 if ninja -j $NIX_BUILD_CORES; then
8183 break
8284 fi