tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
visidata: replace `git` with `gitMinimal`
Pol Dellaiera
1 year ago
31d83c33
5a408726
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
visidata
default.nix
+2
-2
pkgs/applications/misc/visidata/default.nix
···
40
40
zstandard,
41
41
zulip,
42
42
# other
43
43
-
git,
43
43
+
gitMinimal,
44
44
withPcap ? true,
45
45
dpkt,
46
46
dnslib,
···
121
121
++ lib.optional withXclip xclip;
122
122
123
123
nativeCheckInputs = [
124
124
-
git
124
124
+
gitMinimal
125
125
];
126
126
127
127
# check phase uses the output bin, which is not possible when cross-compiling