forked from DGNum/liminix
bordervm: build wireshark without qt
(we only want tshark anyway)
This commit is contained in:
parent
dad7c2c875
commit
d2e29543e2
1 changed files with 10 additions and 8 deletions
|
@ -99,9 +99,11 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages =
|
||||||
|
let wireshark-nogui = pkgs.wireshark.override { withQt = false ; };
|
||||||
|
in with pkgs; [
|
||||||
tcpdump
|
tcpdump
|
||||||
wireshark
|
wireshark-nogui
|
||||||
socat
|
socat
|
||||||
tufted
|
tufted
|
||||||
iptables
|
iptables
|
||||||
|
|
Loading…
Reference in a new issue