about summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers/wireshark
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2019-02-03 15:30:43 +0000
committerJan Malakhovski <oxij@oxij.org>2019-02-03 15:30:43 +0000
commit56ee5bca693b8e845ca9008edc12f06165d7af75 (patch)
treef5ea5e3cf0725895cc1ca7f53c1b3255e612faac /pkgs/applications/networking/sniffers/wireshark
parentf56be70f3f4549c9dac929cc34b308dc78e6d40c (diff)
downloadnixlib-56ee5bca693b8e845ca9008edc12f06165d7af75.tar
nixlib-56ee5bca693b8e845ca9008edc12f06165d7af75.tar.gz
nixlib-56ee5bca693b8e845ca9008edc12f06165d7af75.tar.bz2
nixlib-56ee5bca693b8e845ca9008edc12f06165d7af75.tar.lz
nixlib-56ee5bca693b8e845ca9008edc12f06165d7af75.tar.xz
nixlib-56ee5bca693b8e845ca9008edc12f06165d7af75.tar.zst
nixlib-56ee5bca693b8e845ca9008edc12f06165d7af75.zip
wireshark: move defaults to package file
Diffstat (limited to 'pkgs/applications/networking/sniffers/wireshark')
-rw-r--r--pkgs/applications/networking/sniffers/wireshark/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/sniffers/wireshark/default.nix b/pkgs/applications/networking/sniffers/wireshark/default.nix
index 99e442698988..db093310ca1a 100644
--- a/pkgs/applications/networking/sniffers/wireshark/default.nix
+++ b/pkgs/applications/networking/sniffers/wireshark/default.nix
@@ -2,7 +2,7 @@
 , gnutls, libgcrypt, libgpgerror, geoip, openssl, lua5, python, libcap, glib
 , libssh, zlib, cmake, extra-cmake-modules, fetchpatch, makeWrapper
 , withGtk ? false, gtk3 ? null, librsvg ? null, gsettings-desktop-schemas ? null, wrapGAppsHook ? null
-, withQt ? false, qt5 ? null
+, withQt ? true, qt5 ? null
 , ApplicationServices, SystemConfiguration, gmp
 }: