···213 # I do not know yet how to allow IOPMAssertion{CreateWithName,Release}
214 ./darwin_sleep.patch
215216- # Make DARWIN_XCODE_LOCATOR_COMPILE_COMMAND behave properly by diabling
217- # multi-arch support and using proper /usr/bin paths that will get fixed
218- # below.
219- # Also, xcode_locator requires arc support, but it seems pretty difficult
220- # to provide, so we disable it altogether for xcode_locator. Caveat: this
221- # leaks memory, but we accept this fact because xcode_locator is only a
222- # short-lived process used during the build.
223 ./xcode_locator.patch
224225 # On Darwin, the last argument to gcc is coming up as an empty string. i.e: ''
···213 # I do not know yet how to allow IOPMAssertion{CreateWithName,Release}
214 ./darwin_sleep.patch
215216+ # Fix DARWIN_XCODE_LOCATOR_COMPILE_COMMAND by removing multi-arch support.
217+ # Nixpkgs toolcahins do not support that (yet?) and get confused.
218+ # Also add an explicit /usr/bin prefix that will be patched below.
0000219 ./xcode_locator.patch
220221 # On Darwin, the last argument to gcc is coming up as an empty string. i.e: ''