Skip to content

Commit

Permalink
wireshark-gtk: fix build
Browse files Browse the repository at this point in the history
didn't build (assertion failure) after 48a1345 modified the
overrides.
  • Loading branch information
xeji committed May 28, 2018
1 parent 6cc070d commit 382c209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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 { };
Expand Down

0 comments on commit 382c209

Please sign in to comment.