From 75179df597ba22e35b4a5a6e4eb94f0d0bef862f Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Sat, 7 Feb 2026 00:02:39 +0100 Subject: [PATCH] rocmPackages.*: set pname --- pkgs/development/rocm-modules/llvm/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/rocm-modules/llvm/default.nix b/pkgs/development/rocm-modules/llvm/default.nix index 548d928f2179..77be091e4c62 100644 --- a/pkgs/development/rocm-modules/llvm/default.nix +++ b/pkgs/development/rocm-modules/llvm/default.nix @@ -174,6 +174,7 @@ let in runCommand name { + pname = name; # If this is erroring, try why-depends --precise on the symlinkJoin of inputs to look for the problem # nix why-depends --precise .#rocmPackages.llvm.rocm-toolchain.linked /store/path/its/not/allowed disallowedRequisites = disallowedRefsForToolchain;