From 07708cde99df2df79daefbc3b9607f0e103f5e94 Mon Sep 17 00:00:00 2001 From: Nikkuss Date: Mon, 2 Jun 2025 19:00:49 +0400 Subject: [PATCH] fix compiler --- pkgs/rocm-modules/llvm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/rocm-modules/llvm/default.nix b/pkgs/rocm-modules/llvm/default.nix index 0ab9c2d..141c3df 100644 --- a/pkgs/rocm-modules/llvm/default.nix +++ b/pkgs/rocm-modules/llvm/default.nix @@ -169,7 +169,7 @@ let # our /include now has more than clang expects, so this specific dir still needs to point to cc.dev # FIXME: could copy into a different subdir? sed -i 's|set(CLANG_INCLUDE_DIRS.*$|set(CLANG_INCLUDE_DIRS "${cc.dev}/include")|g' $out/lib/cmake/clang/ClangConfig.cmake - # ${lib.getExe rdfind} -makesymlinks true $out/ # create links *within* the sysroot to save space + ${lib.getExe rdfind} -makesymlinks true $out/ # create links *within* the sysroot to save space ''; findClangNostdlibincPatch = x: