mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
jujutsu: replace git
with gitMinimal
This commit is contained in:
parent
9c09d5e27c
commit
a395e1ac6d
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
installShellFiles,
|
installShellFiles,
|
||||||
git,
|
gitMinimal,
|
||||||
gnupg,
|
gnupg,
|
||||||
openssh,
|
openssh,
|
||||||
buildPackages,
|
buildPackages,
|
||||||
|
@ -32,7 +32,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
git
|
gitMinimal
|
||||||
gnupg
|
gnupg
|
||||||
openssh
|
openssh
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue