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