rocmPackages.rocminfo: don't propagate python3

Causes incorrect python version to leak into deps of rocminfo
This commit is contained in:
Luna Nova
2025-08-31 15:55:04 -07:00
parent 4f00be1c77
commit f44a98d711
@@ -30,13 +30,15 @@ stdenv.mkDerivation (finalAttrs: {
sha256 = "sha256-fQPtO5TNbCbaZZ7VtGkkqng5QZ+FcScdh1opWr5YkLU=";
};
strictDeps = true;
nativeBuildInputs = [
cmake
rocm-cmake
python3
];
buildInputs = [ rocm-runtime ];
propagatedBuildInputs = [ python3 ];
cmakeFlags = [ "-DROCRTST_BLD_TYPE=Release" ];
prePatch = ''