mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
build-support/make-hardcode-gsettings-patch: replace git with gitMinimal
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user