diff --git a/pkgs/development/rocm-modules/6/llvm/stage-1/runtimes.nix b/pkgs/development/rocm-modules/6/llvm/stage-1/runtimes.nix index 268ad973b9134f..9cd87c4f4b2235 100644 --- a/pkgs/development/rocm-modules/6/llvm/stage-1/runtimes.nix +++ b/pkgs/development/rocm-modules/6/llvm/stage-1/runtimes.nix @@ -30,3 +30,6 @@ callPackage ../base.nix rec { extraLicenses = [ lib.licenses.mit ]; } +// { + isLLVM = true; +}