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