rocmPackages.hipfft: remove unneeded git dependency

This commit is contained in:
Luna Nova
2025-09-27 20:24:42 -07:00
committed by Luna
parent 072095cb06
commit 48ed59bf15
@@ -6,7 +6,6 @@
cmake,
rocm-cmake,
clr,
git,
rocfft,
gtest,
boost,
@@ -47,7 +46,6 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
clr
git
cmake
rocm-cmake
];