intel-llvm: fix build

This commit is contained in:
kilyanni
2026-07-15 19:38:10 +02:00
parent cec70a71a3
commit 28f54c2d43
+7 -1
View File
@@ -57,7 +57,11 @@ let
cp $out/bin/clang-${llvmMajorVersion} $out/bin/clang
cp $out/bin/clang-${llvmMajorVersion} $out/bin/clang++
'';
passthru.isClang = true;
passthru = {
isClang = true;
langC = true;
langCC = true;
};
}
);
@@ -296,6 +300,8 @@ stdenv.mkDerivation (finalAttrs: {
passthru = {
isClang = true;
langC = true;
langCC = true;
inherit unified-runtime;