rocmPackages.rocminfo: don't propagate python3
Causes incorrect python version to leak into deps of rocminfo
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user