From 382c20912ede5e0da7c3e0addd803762ef68f48c Mon Sep 17 00:00:00 2001 From: Uli Baum Date: Mon, 28 May 2018 19:57:10 +0200 Subject: [PATCH] wireshark-gtk: fix build didn't build (assertion failure) after 48a1345eaa1c modified the overrides. --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { };