wireshark-gtk: fix build

didn't build (assertion failure) after 48a1345eaa modified the
overrides.
This commit is contained in:
Uli Baum 2018-05-28 19:57:10 +02:00
parent 6cc070df8a
commit 382c20912e

View file

@ -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 { };