diff --git a/pkgs/development/rocm-modules/6/hipblas-common/default.nix b/pkgs/development/rocm-modules/6/hipblas-common/default.nix index aa1ef10982d3..0ce58e5c0ec3 100644 --- a/pkgs/development/rocm-modules/6/hipblas-common/default.nix +++ b/pkgs/development/rocm-modules/6/hipblas-common/default.nix @@ -19,9 +19,14 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ cmake + ]; + + buildInputs = [ rocm-cmake ]; + strictDeps = true; + passthru.updateScript = rocmUpdateScript { name = finalAttrs.pname; inherit (finalAttrs.src) owner;