Commit 807044e5 authored by FliegendeWurst's avatar FliegendeWurst
Browse files

rocmPackages_6.hipblas-common: fix and enable strictDeps

parent cdeac3f0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -19,9 +19,14 @@ stdenv.mkDerivation (finalAttrs: {

  nativeBuildInputs = [
    cmake
  ];

  buildInputs = [
    rocm-cmake
  ];

  strictDeps = true;

  passthru.updateScript = rocmUpdateScript {
    name = finalAttrs.pname;
    inherit (finalAttrs.src) owner;