glitter: replace `git` with `gitMinimal`

+2 -2
+2 -2
pkgs/by-name/gl/glitter/package.nix
··· 2 lib, 3 rustPlatform, 4 fetchFromGitHub, 5 - git, 6 }: 7 8 rustPlatform.buildRustPackage rec { ··· 19 cargoHash = "sha256-7JQcY3HCG3UQ0Mfz/+ZZ0axGEpQoH410FT72tjHW7EE="; 20 21 nativeCheckInputs = [ 22 - git 23 ]; 24 25 # tests require it to be in a git repository
··· 2 lib, 3 rustPlatform, 4 fetchFromGitHub, 5 + gitMinimal, 6 }: 7 8 rustPlatform.buildRustPackage rec { ··· 19 cargoHash = "sha256-7JQcY3HCG3UQ0Mfz/+ZZ0axGEpQoH410FT72tjHW7EE="; 20 21 nativeCheckInputs = [ 22 + gitMinimal 23 ]; 24 25 # tests require it to be in a git repository