rocmPackages.rocr-debug-agent: remove unneeded git dependency

This commit is contained in:
Luna Nova
2025-09-20 22:17:34 -07:00
committed by Luna
parent 64d0f051ad
commit e5514682ab

View File

@@ -5,7 +5,6 @@
rocmUpdateScript, rocmUpdateScript,
cmake, cmake,
clr, clr,
git,
rocdbgapi, rocdbgapi,
elfutils, elfutils,
}: }:
@@ -24,7 +23,6 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
clr clr
git
]; ];
buildInputs = [ buildInputs = [