···7373 # extra `/`.
7474 ./normalize-var.patch
7575 ] # Prevent a compilation error on darwin
7676- ++ lib.optional stdenv.hostPlatform.isDarwin ./darwin-targetconditionals.patch
7777- ++ lib.optional stdenv.hostPlatform.isAarch32 ./armv7l.patch;
7676+ ++ lib.optional stdenv.hostPlatform.isDarwin ./darwin-targetconditionals.patch;
78777978 # TSAN requires XPC on Darwin, which we have no public/free source files for. We can depend on the Apple frameworks
8079 # to get it, but they're unfree. Since LLVM is rather central to the stdenv, we patch out TSAN support so that Hydra