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
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