python3Packages.hatch-vcs: use gitMinimal

This commit is contained in:
Grimmauld
2025-07-19 09:50:23 +02:00
parent 6b49552117
commit d0190b008b
@@ -4,7 +4,7 @@
fetchPypi,
pytestCheckHook,
pythonOlder,
git,
gitMinimal,
hatchling,
setuptools-scm,
}:
@@ -30,7 +30,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
git
gitMinimal
pytestCheckHook
];