From 807044e566e79ceca02b47d7e8f3a6d011a47298 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Thu, 17 Apr 2025 15:13:33 +0200 Subject: [PATCH] rocmPackages_6.hipblas-common: fix and enable strictDeps --- pkgs/development/rocm-modules/6/hipblas-common/default.nix | 5 +++++ 1 file changed, 5 insertions(+) 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;