diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 4831d3fb919..a71a4c88726 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 { };