visidata: replace `git` with `gitMinimal`

+2 -2
+2 -2
pkgs/applications/misc/visidata/default.nix
··· 40 zstandard, 41 zulip, 42 # other 43 - git, 44 withPcap ? true, 45 dpkt, 46 dnslib, ··· 121 ++ lib.optional withXclip xclip; 122 123 nativeCheckInputs = [ 124 - git 125 ]; 126 127 # check phase uses the output bin, which is not possible when cross-compiling
··· 40 zstandard, 41 zulip, 42 # other 43 + gitMinimal, 44 withPcap ? true, 45 dpkt, 46 dnslib, ··· 121 ++ lib.optional withXclip xclip; 122 123 nativeCheckInputs = [ 124 + gitMinimal 125 ]; 126 127 # check phase uses the output bin, which is not possible when cross-compiling