build-support/make-hardcode-gsettings-patch: replace git with gitMinimal

This commit is contained in:
Pol Dellaiera
2025-01-04 17:28:28 +01:00
parent 7d5bee9d1d
commit 2974863439

View File

@@ -1,6 +1,6 @@
{
runCommand,
git,
gitMinimal,
coccinelle,
python3,
}:
@@ -60,7 +60,7 @@ runCommand "hardcode-gsettings.patch"
{
inherit src patches;
nativeBuildInputs = [
git
gitMinimal
coccinelle
python3 # For patch script
];