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