llvmPackages_13.compiler-rt-libc: also apply tmp hack

This part got forgotten in commit ac3acd956f.
This commit is contained in:
Vladimír Čunát 2023-04-12 11:06:33 +02:00
parent ac3acd956f
commit 9bf18e069e
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -237,7 +237,7 @@ let
inherit llvm_meta;
stdenv = if stdenv.hostPlatform.useLLVM or false
then overrideCC stdenv buildLlvmTools.clangNoCompilerRtWithLibc
else stdenv;
else stdenv-tmpDropB;
};
compiler-rt-no-libc = callPackage ./compiler-rt {