mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 16:11:58 +00:00
tshark: init at 2.4.0
as an alias to wireshark-cli
This commit is contained in:
parent
d0d905668c
commit
bfd6d20c3e
|
@ -14364,6 +14364,10 @@ with pkgs;
|
|||
withGtk = false;
|
||||
inherit (darwin.apple_sdk.frameworks) ApplicationServices SystemConfiguration;
|
||||
};
|
||||
|
||||
# the cli binary is actually called tshark and often packaged under this name
|
||||
tshark = wireshark-cli;
|
||||
|
||||
# The GTK UI is deprecated by upstream. You probably want the QT version.
|
||||
wireshark-gtk = wireshark-cli.override { withGtk = true; };
|
||||
wireshark-qt = wireshark-cli.override { withQt = true; };
|
||||
|
|
Loading…
Reference in a new issue