rocmPackages.hiprt: provide python3 for build scripts

This commit is contained in:
Luna Nova
2025-08-31 15:55:04 -07:00
parent df73da3a3a
commit 4f00be1c77
@@ -5,6 +5,7 @@
cmake,
clr,
gcc,
python3,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -25,6 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
gcc # required for replacing easy-encryption binary
cmake
python3
];
buildInputs = [