rocmPackages.hipsparse: remove unneeded git dependency

This commit is contained in:
Luna Nova
2025-09-27 20:24:42 -07:00
committed by Luna
parent e5514682ab
commit e4020e3e6c
@@ -8,7 +8,6 @@
rocsparse,
clr,
gfortran,
git,
gtest,
openmp,
buildTests ? false,
@@ -48,7 +47,6 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
rocsparse
git
]
++ lib.optionals (buildTests || buildBenchmarks) [
gtest