···23 nativeBuildInputs = [ ninja python3 ];
24 buildInputs = [ curl libxml2 objc4 ICU ];
250026 postPatch = ''
27 cd CoreFoundation
28···76 # please remove this when updating the default llvm versions to 8 or
77 # later.
78 buildPhase = lib.optionalString true ''
79- for i in {1..512}; do
80 if ninja -j $NIX_BUILD_CORES; then
81 break
82 fi
···23 nativeBuildInputs = [ ninja python3 ];
24 buildInputs = [ curl libxml2 objc4 ICU ];
2526+ patches = [ ./0001-Add-missing-TARGET_OS_-defines.patch ];
27+28 postPatch = ''
29 cd CoreFoundation
30···78 # please remove this when updating the default llvm versions to 8 or
79 # later.
80 buildPhase = lib.optionalString true ''
81+ for i in {1..1}; do
82 if ninja -j $NIX_BUILD_CORES; then
83 break
84 fi