wireshark-gtk: fix build
didn't build (assertion failure) after 48a1345eaa modified the
overrides.
This commit is contained in:
@@ -15833,7 +15833,7 @@ with pkgs;
|
||||
wireshark-qt = wireshark;
|
||||
|
||||
# The GTK UI is deprecated by upstream. You probably want the QT version.
|
||||
wireshark-gtk = wireshark.override { withGtk = true; };
|
||||
wireshark-gtk = wireshark.override { withGtk = true; withQt = false; };
|
||||
wireshark-cli = wireshark.override { withGtk = false; withQt = false; };
|
||||
|
||||
fbida = callPackage ../applications/graphics/fbida { };
|
||||
|
||||
Reference in New Issue
Block a user